#widthREMs {
    width: 60em
}

html[data-font-size=lg] #widthREMs {
    width: 90em
}

html[data-font-size=xl] #widthREMs {
    width: 120em
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.row,
body,
p {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    display: none
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.block.content:after {
    content: "";
    display: block;
    clear: both
}

body #loading-overlay div,
figure.aspect>img,
figure.aspect>svg,
figure.aspect>video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body[data-fonts-loaded=true] {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

body #loading-overlay {
    display: none
}

body #loading-overlay div .spinner {
    display: block;
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

body #loading-overlay div .spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

body.is-loading {
    overflow: hidden;
    cursor: wait
}

body.is-loading #loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: hsla(0, 0%, 100%, .75);
    cursor: wait;
    z-index: 999999
}

:focus {
    outline: none
}

a {
    color: #ac373b;
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    img {
        -ms-interpolation-mode: bicubic
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ac373b;
    margin: 0
}

.h1,
h1 {
    font-size: 1.75rem;
    letter-spacing: .011em
}

@media(min-width:20rem) {

    .h1,
    h1 {
        font-size: calc(1.46591rem + 1.42045vw)
    }
}

@media(min-width:64rem) {

    .h1,
    h1 {
        font-size: 2.375rem
    }
}

.h2,
h2 {
    font-size: 1.4375rem;
    letter-spacing: .014em
}

@media(min-width:20rem) {

    .h2,
    h2 {
        font-size: calc(1.18182rem + 1.27841vw)
    }
}

@media(min-width:64rem) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: 1.25rem;
    letter-spacing: .018em
}

@media(min-width:20rem) {

    .h3,
    h3 {
        font-size: calc(1.02273rem + 1.13636vw)
    }
}

@media(min-width:64rem) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: 1.0625rem;
    letter-spacing: .021em
}

@media(min-width:20rem) {

    .h4,
    h4 {
        font-size: calc(.86364rem + .99432vw)
    }
}

@media(min-width:64rem) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: .875rem;
    letter-spacing: .025em
}

@media(min-width:20rem) {

    .h5,
    h5 {
        font-size: calc(.70455rem + .85227vw)
    }
}

@media(min-width:64rem) {

    .h5,
    h5 {
        font-size: 1.25rem
    }
}

.h6,
h6 {
    font-size: .8125rem;
    letter-spacing: .028em
}

@media(min-width:20rem) {

    .h6,
    h6 {
        font-size: calc(.67045rem + .71023vw)
    }
}

@media(min-width:64rem) {

    .h6,
    h6 {
        font-size: 1.125rem
    }
}

h1 {
    font-size: 3.3125rem;
    color: #ac373b;
    line-height: 71px;
    font-family: Bebas Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #fff;
    border-radius: 76.5px;
    border: 2px solid #ac373b;
    text-transform: uppercase;
    padding: 5px 107px;
    text-align: center
}

@media screen and (max-width:1260px) {
    h1 {
        padding: 5px 60px;
        font-size: 2.3125rem;
        line-height: 45px
    }
}

.h1-secondary {
    font-size: 4.688rem;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 71px;
    text-align: center
}

@media screen and (max-width:1260px) {
    .h1-secondary {
        font-size: 3.3125rem;
        line-height: 55px;
        background-color: transparent
    }
}

.center-text {
    text-align: center
}

.layout-heading {
    font-size: 2.6245rem;
    color: #212b36;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    border: none;
    padding: 0;
    line-height: 52px
}

@media screen and (max-width:1260px) {
    .layout-heading {
        font-size: 2.5rem;
        line-height: 40px;
        background-color: transparent
    }
}

.h1-green {
    border: 2px solid #018000;
    color: #018000
}

h2 {
    font-size: 3.3125rem;
    color: #333;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    font-family: Bebas Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 auto;
    background-color: transparent;
    border: none
}

@media screen and (max-width:1260px) {
    h2 {
        font-size: 3.3125rem;
        line-height: 55px
    }
}

@media screen and (max-width:992px) {
    h2 {
        font-size: 2.5rem;
        line-height: 40px
    }
}

.inner-page_heading {
    color: #333;
    line-height: 52px;
    font-size: 3.125rem
}

@media screen and (max-width:992px) {
    .inner-page_heading {
        font-size: 2.5rem
    }
}

@media screen and (max-width:768px) {
    .inner-page_heading {
        font-size: 2rem;
        line-height: 45px
    }
}

.main-heading {
    font-size: 3.25rem;
    color: #212b36;
    line-height: 52px
}

@media screen and (max-width:1260px) {
    .main-heading {
        font-size: 3.3125rem;
        line-height: 55px
    }
}

.section-heading {
    color: #fff;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 3.3125rem
}

@media screen and (max-width:992px) {
    .section-heading {
        font-size: 2.5rem;
        line-height: 40px
    }
}

.section-sub_heading {
    font-size: 3.063rem;
    line-height: 48px
}

h3 {
    font-size: 2.5rem;
    color: #333;
    line-height: 2.938rem;
    font-family: Bebas Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300
}

@media screen and (max-width:992px) {
    h3 {
        font-size: 2rem;
        line-height: 30px
    }
}

.layout_h3 {
    font-size: 1.75rem;
    font-weight: 600
}

.card-heading {
    font-size: 1.25rem;
    color: #ac373b;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    letter-spacing: .14px
}

.heading-underline {
    padding-bottom: 2.2rem;
    position: relative
}

.heading-underline:after {
    content: "";
    position: absolute;
    width: 9.813rem;
    height: .5rem;
    background-color: #ac373b;
    bottom: 0;
    left: 0
}

.heading-underline_secondary:after {
    background-color: #003b5d
}

.heading-underline_tertiary:after {
    background-color: #018000
}

.heading-thin_underline {
    font-size: 2rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 1.125rem;
    position: relative
}

.heading-thin_underline:after {
    content: "";
    position: absolute;
    width: 5.625rem;
    height: 2px;
    background-color: #c5c5c5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sub-heading {
    font-size: 2rem;
    width: 100%
}

h4 {
    font-size: 1rem;
    line-height: 23px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0 auto
}

@media screen and (max-width:576px) {
    h4 {
        font-size: .875rem;
        line-height: 20px
    }
}

.blog-heading {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 33px;
    text-transform: capitalize
}

.blog-heading,
p {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

p {
    color: #585858;
    font-size: 1rem;
    line-height: 26px;
    font-weight: 400
}

@media screen and (max-width:992px) {
    p {
        font-size: .9rem
    }
}

.layout-para {
    font-size: 1.125rem;
    line-height: 28px;
    color: #212b36
}

blockquote {
    position: relative;
    margin: 2.5rem 0 2.5rem 4rem;
    color: #ac373b;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

blockquote:before {
    background-color: rgba(236, 79, 45, .75);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: 4px
}

.mb-1 {
    margin-bottom: .625rem
}

.font-light {
    font-weight: 300 !important
}

.font-regular {
    font-weight: 400 !important
}

.font-bold {
    font-weight: 700 !important
}

.font-sans {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

.font-bebas {
    font-family: Bebas Neue, Helvetica Neue, Helvetica, Arial, sans-serif
}

.br-0 {
    border-radius: 0 !important
}

.border-y {
    border-top: 1px solid #426482;
    border-bottom: 1px solid #426482
}

img {
    height: auto
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.medium-container {
    max-width: 1400px;
    margin: 0 auto
}

.large-container {
    max-width: 1600px;
    margin: 0 auto
}

.heading-secondary_color {
    color: #426482
}

.border-radius {
    border-radius: 25px
}

.m-25 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .75;
    top: 0;
    left: 0
}

.d-flex {
    display: -webkit-box;
    display: flex !important
}

@media screen and (max-width:992px) {
    .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.d-flex .column {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

.d-flex-md {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:992px) {
    .d-flex-md {
        flex-wrap: wrap
    }
}

@media screen and (max-width:576px) {
    .d-flex-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.d-flex-md .column-6 {
    padding: 1rem 10px
}

@media screen and (max-width:992px) {
    .d-flex-md .column-6 {
        text-align: center;
        width: 50%
    }
}

@media screen and (max-width:576px) {
    .d-flex-md .column-6 {
        width: 100%
    }
}

.grid-download {
    display: grid !important;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.grid-download>* {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0
}

@media(min-width:20em) {
    .grid-download>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 99.99%;
        max-width: 99.99%
    }
}

@media(min-width:1150px) {
    .grid-download>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 49.9975%;
        max-width: 49.9975%
    }
}

@supports(display:grid) {
    .grid-download {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    @media(min-width:20em) {
        .grid-download {
            grid-template-columns: 1fr
        }
    }

    @media(min-width:1150px) {
        .grid-download {
            grid-template-columns: 1fr 1fr
        }
    }

    .grid-download>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.grid-2 {
    display: grid !important;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.grid-2,
.grid-2>* {
    margin-right: 0;
    margin-left: 0
}

.grid-2>* {
    display: block;
    width: 100%;
    margin-bottom: 0
}

@media(min-width:20em) {
    .grid-2>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 99.99%;
        max-width: 99.99%
    }
}

@media(min-width:50em) {
    .grid-2>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 49.9975%;
        max-width: 49.9975%
    }
}

@supports(display:grid) {
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    @media(min-width:20em) {
        .grid-2 {
            grid-template-columns: 1fr
        }
    }

    @media(min-width:50em) {
        .grid-2 {
            grid-template-columns: 1fr 1fr
        }
    }

    .grid-2>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.video-resources-grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem 0
}

.video-resources-grid .video-resource-child {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    margin: 1rem
}

@media(min-width:50rem) {
    .video-resources-grid .video-resource-child {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
        max-width: calc(49.9975% - 1.9999rem)
    }

    .video-resources-grid .video-resource-child:first-child:not(:nth-last-child(2n)) {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.grid-3 {
    display: grid !important;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.grid-3,
.grid-3>* {
    margin-right: 0;
    margin-left: 0
}

.grid-3>* {
    display: block;
    width: 100%;
    margin-bottom: 0
}

@media(min-width:20em) {
    .grid-3>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 99.99%;
        max-width: 99.99%
    }
}

@media(min-width:32em) {
    .grid-3>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 49.9975%;
        max-width: 49.9975%
    }
}

@media(min-width:45em) {
    .grid-3>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 33.33222%;
        max-width: 33.33222%
    }
}

@supports(display:grid) {
    .grid-3 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    @media(min-width:20em) {
        .grid-3 {
            grid-template-columns: 1fr
        }
    }

    @media(min-width:32em) {
        .grid-3 {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width:45em) {
        .grid-3 {
            grid-template-columns: 1fr 1fr 1fr
        }
    }

    .grid-3>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.grid-4 {
    display: grid !important;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.grid-4,
.grid-4>* {
    margin-right: 0;
    margin-left: 0
}

.grid-4>* {
    display: block;
    width: 100%;
    margin-bottom: 0
}

@media(min-width:20em) {
    .grid-4>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 99.99%;
        max-width: 99.99%
    }
}

@media(min-width:32em) {
    .grid-4>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 49.9975%;
        max-width: 49.9975%
    }
}

@media(min-width:50em) {
    .grid-4>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 33.33222%;
        max-width: 33.33222%
    }
}

@media(min-width:60em) {
    .grid-4>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 24.99938%;
        max-width: 24.99938%
    }
}

@supports(display:grid) {
    .grid-4 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    @media(min-width:20em) {
        .grid-4 {
            grid-template-columns: 1fr
        }
    }

    @media(min-width:32em) {
        .grid-4 {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width:50em) {
        .grid-4 {
            grid-template-columns: 1fr 1fr 1fr
        }
    }

    @media(min-width:60em) {
        .grid-4 {
            grid-template-columns: 1fr 1fr 1fr 1fr
        }
    }

    .grid-4>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.action-overlay {
    position: relative
}

.action-overlay:after {
    background-color: rgba(236, 79, 45, .75);
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.action-overlay .action-svg,
.action-overlay:after {
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.action-overlay .action-svg {
    background-color: rgba(0, 0, 0, .65);
    border: 2px solid #fff;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    z-index: 3
}

.action-overlay .action-svg,
.action-overlay .action-svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.action-overlay .action-svg svg {
    display: block;
    height: 2rem;
    width: 2rem
}

.action-overlay .action-svg svg path {
    fill: #fff
}

.action-overlay .action-svg.play svg {
    left: 55%
}

.action-overlay:hover:after {
    opacity: 1
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285f4
    }

    25% {
        stroke: #de3e35
    }

    50% {
        stroke: #f7c223
    }

    75% {
        stroke: #1b9a59
    }

    to {
        stroke: #4285f4
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4
    }

    25% {
        stroke: #de3e35
    }

    50% {
        stroke: #f7c223
    }

    75% {
        stroke: #1b9a59
    }

    to {
        stroke: #4285f4
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

figure {
    margin: 0
}

figure.aspect {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden
}

figure.aspect.portrait {
    padding-bottom: 160%
}

figure.aspect.square {
    padding-bottom: 100%
}

figure.aspect.traditional {
    padding-bottom: 75%
}

figure.aspect.computer {
    padding-bottom: 62.5%
}

figure.aspect.hd,
figure.aspect.landscape,
figure.aspect.video {
    padding-bottom: 56.25%
}

figure.aspect.widescreen {
    padding-bottom: 54%
}

figure.aspect.cinema {
    padding-bottom: 42%
}

figure.aspect.banner {
    padding-bottom: 25%
}

figure.aspect>svg {
    width: 100%;
    height: 100%
}

figure.aspect>img {
    display: none
}

figure.aspect>video {
    min-width: 100%;
    min-height: 100%
}

@supports((-o-object-fit:cover) or (object-fit:cover)) or ((-o-object-fit:contain) or (object-fit:contain)) {
    figure.aspect>svg {
        display: none
    }

    figure.aspect>img {
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%
    }

    figure.aspect>img.contain {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.block.content {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

.block.content p {
    margin: 1rem 0
}

.block.content h3 {
    margin: 2rem 0
}

.block.content h4 {
    margin: 1.5rem 0
}

.block.content a {
    text-decoration: underline
}

.block.content img:not(.img-left):not(.img-right) {
    display: block;
    max-width: 90% !important;
    height: auto !important;
    margin: 2em auto
}

.block.content .img-left {
    float: left;
    margin-right: 3rem
}

.block.content .img-left,
.block.content .img-right {
    max-width: 35%;
    height: auto !important;
    margin-bottom: 1.5rem
}

.block.content .img-right {
    float: right;
    margin-left: 3rem
}

.block.content-media {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

@media(min-width:60em) {
    .block.content-media {
        display: -webkit-box;
        display: flex;
        -webkit-align-self: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .block.content-media.image-left .content-media-image {
        margin-right: 2rem
    }

    .block.content-media.image-right .content-media-image {
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-left: 2rem
    }

    .block.content-media.image-right .content {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.block.content-media .content-media-image {
    position: relative;
    margin-bottom: 1rem
}

@media(min-width:60em) {
    .block.content-media .content-media-image {
        -webkit-box-flex: 1;
        flex: 1 1 60%
    }
}

@media(min-width:60em) {
    .block.content-media .content {
        -webkit-box-flex: 1;
        flex: 1 1 40%;
        text-align: left
    }

    .block.content-media .content h3 {
        font-size: 40px;
        background: transparent;
        color: #426482
    }

    .block.content-media .content .btn-container {
        margin-top: 4rem
    }
}

.block.content-media .content .heading {
    font-size: 1.5rem;
    color: #ac373b;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative
}

@media(min-width:20em) {
    .block.content-media .content .heading {
        font-size: calc(1.5rem + 1.875vw - .375em)
    }
}

@media(min-width:60em) {
    .block.content-media .content .heading {
        font-size: 2.25rem;
        margin-top: 0
    }
}

.block.content-media .content .heading:after {
    background-color: #c5c5c5;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem
}

@media(min-width:60em) {
    .block.content-media .content .heading:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.block.content-media .content .rd-button {
    margin-top: .5rem
}

.block.embed-code,
.block.form {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

.block.form {
    margin-bottom: 0
}

.block.form textarea {
    margin-top: 1rem;
    padding: 12px 16px
}

.block.form .freeform-row .freeform-column {
    padding-top: 10px
}

.block.form .freeform-row .freeform-column label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.block.form .freeform-row .freeform-column .freeform-label.freeform-required:after {
    color: #000
}

.block.full-bleed {
    height: 37.5rem;
    position: relative
}

.block.full-bleed .video {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media(min-width:60em) {
    .block.full-bleed .video {
        display: block
    }
}

.block.full-bleed .video video {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
}

.block.full-bleed figure {
    height: 100%;
    padding-bottom: 0
}

.block.gallery {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

.block.gallery .wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -.15625rem;
    margin-left: -.15625rem;
    margin-top: .3125rem
}

.block.gallery .wrapper>* {
    display: block;
    width: calc(100% - .3125rem);
    margin-right: .15625rem;
    margin-left: .15625rem;
    margin-bottom: .3125rem
}

@media(min-width:20em) {
    .block.gallery .wrapper>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(49.9975% - .31248rem);
        max-width: calc(49.9975% - .31248rem)
    }
}

@media(min-width:30em) {
    .block.gallery .wrapper>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(33.33222% - .31249rem);
        max-width: calc(33.33222% - .31249rem)
    }
}

@media(min-width:40em) {
    .block.gallery .wrapper>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(24.99938% - .31249rem);
        max-width: calc(24.99938% - .31249rem)
    }
}

@supports(display:grid) {
    .block.gallery .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: .3125rem;
        grid-row-gap: .3125rem;
        margin-right: 0;
        margin-bottom: .3125rem;
        margin-left: 0
    }

    @media(min-width:20em) {
        .block.gallery .wrapper {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width:30em) {
        .block.gallery .wrapper {
            grid-template-columns: 1fr 1fr 1fr
        }
    }

    @media(min-width:40em) {
        .block.gallery .wrapper {
            grid-template-columns: 1fr 1fr 1fr 1fr
        }
    }

    .block.gallery .wrapper>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.block.gallery .wrapper>a {
    position: relative;
    color: hsla(0, 0%, 100%, .75);
    cursor: pointer
}

.block.gallery .wrapper>a>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    max-width: 3.5rem;
    max-height: 3.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.block.gallery .wrapper>a>svg path {
    fill: currentColor
}

.block.gallery .wrapper>a:focus,
.block.gallery .wrapper>a:hover {
    color: #fff
}

.block .career-section {
    padding: 4.813rem 10%
}

.block .career-section .career-options {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

.block .career-section .career-options:first-child {
    margin-left: 0
}

@media screen and (max-width:1260px) {
    .block .career-section .career-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.block .career-section .career-options .career-details {
    padding: 1.688rem 2.625rem 2.75rem;
    max-width: 36.125rem;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 1rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    margin-left: 2.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.block .career-section .career-options .career-details:hover {
    -webkit-box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, .21);
    box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, .21)
}

@media screen and (max-width:1260px) {
    .block .career-section .career-options .career-details {
        margin-top: 2rem;
        max-width: 50rem;
        margin-left: 0
    }
}

@media screen and (max-width:576px) {
    .block .career-section .career-options .career-details {
        padding: 1rem
    }
}

.block .career-section .career-options .career-details .date {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700
}

.block .career-section .career-options .career-details p {
    padding-bottom: 2.063rem
}

.block .career-section .career-options .career-details .button,
.block .career-section .career-options .career-details .search-results form button,
.search-results form .block .career-section .career-options .career-details button {
    margin-top: auto
}

.block .career-section .career-options .career-details .career-details-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media screen and (min-width:640px) {
    .block .career-section .career-options .career-details .career-details-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.block .career-section .career-options .career-details .career-details-buttons a {
    width: 13rem;
    height: 43px;
    margin-bottom: 1rem
}

@media screen and (min-width:640px) {
    .block .career-section .career-options .career-details .career-details-buttons a {
        margin: 0
    }
}

@media screen and (min-width:640px) {
    .block .career-section .career-options .career-details .career-details-buttons a:nth-child(2) {
        margin-left: 1rem
    }
}

.block .new-events-bg-dark {
    background-color: #fafafa
}

.block .new-events {
    padding: 5rem 10%;
    text-align: center
}

@media screen and (max-width:576px) {
    .block .new-events {
        padding: 2rem 10%
    }
}

.block .new-events_bg {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.block .new-events_page {
    margin-top: -2rem
}

@media screen and (max-width:992px) {
    .block .new-events_page {
        margin-top: 0
    }
}

.block .new-events h2 {
    color: #333;
    font-size: 1.5rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 33px;
    text-transform: capitalize
}

.block .new-events .main-heading {
    color: #333;
    font-size: 2.1875rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
    font-family: Bebas Neue, cursive;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .block .new-events .main-heading {
        font-size: 3.125rem;
        line-height: 3.4375rem
    }
}

.block .new-events h3 {
    padding-bottom: 2.688rem;
    font-size: 1.5rem;
    color: #666;
    text-align: center;
    font-weight: 700
}

.block .new-events .category,
.block .new-events h3 {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

.block .new-events .category {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 12px;
    color: #333;
    padding-bottom: 14px
}

.block .new-events p {
    max-width: 19.938rem;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .block .new-events p:not(.category) {
        padding: 0 15px
    }
}

.block .new-events p a {
    color: #333;
    text-transform: uppercase;
    text-decoration: underline
}

.block .new-events .events {
    -webkit-box-pack: center;
    justify-content: center
}

.block .new-events .events:first-child {
    padding-left: 0
}

.block .new-events .events .event-details {
    padding-top: 2.188rem;
    text-align: center;
    padding-bottom: 1.188rem;
    background-color: #fff
}

.block .new-events .events .event-details__left {
    max-width: 23.125rem;
    margin: 0 auto;
    text-align: left !important
}

.block .new-events .events .event-details__left h4 {
    text-align: left !important
}

.block .new-events .events .event-details__left p {
    margin-left: 0;
    padding: 0
}

.block .new-events .events .event-details span {
    font-size: .75rem;
    font-weight: 600
}

.block .new-events .events .event-details_border {
    border: 1px solid #e9e9e9;
    padding-left: .875rem !important;
    padding-right: .875rem !important;
    padding-top: .875rem !important;
    padding-bottom: 2.563rem;
    margin: 1rem auto;
    max-width: 21.875rem
}

.block .new-events .events .event-details_border .event-img {
    max-width: 100% !important
}

.block .new-events .events .event-details_blog {
    padding: 0 !important
}

.block .new-events .events .event-details_blog h4 {
    font-weight: 700
}

.block .new-events .events .event-details_blog .event-img {
    max-width: 100% !important
}

.block .new-events .events .event-details_blog .event-detail_body {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1.313rem;
    padding-bottom: 1.438rem
}

.block .new-events .events .event-details_blog .event-detail_body p {
    max-width: 100% !important;
    padding-bottom: 2rem
}

.block .new-events .events .event-details_blog .event-detail_body .event-detail_footer {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex
}

.block .new-events .events .event-details_blog .event-detail_body .event-detail_footer p {
    max-width: 100% !important;
    padding-bottom: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.block .new-events .events .event-details_blog .event-detail_body .event-detail_footer p img {
    margin-right: 8px
}

.block .new-events .events .event-details .blog-heading {
    margin-top: .5rem;
    margin-bottom: .8rem
}

.block .new-events .events .event-details .blog-heading_title {
    font-size: 1rem;
    text-align: left
}

.block .new-events .events .event-details .blog-heading_words {
    color: #666
}

.block .new-events .events .event-details .blog-heading_bold {
    font-weight: 700
}

.block .new-events .events .event-details h4.blog-heading.blog-heading_words {
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.block .new-events .events .event-details p a {
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    font-weight: 600
}

.block .new-events .events .event-details p a:hover {
    color: #ac373b
}

@media screen and (max-width:992px) {
    .block .new-events .events .event-details {
        padding-left: 0;
        padding-bottom: 2rem;
        padding-top: 1rem
    }
}

@media screen and (max-width:576px) {
    .block .new-events .events .event-details {
        padding-right: 0
    }
}

.block .new-events .events .event-details .br-0 {
    border-radius: 0 !important
}

.block .new-events .events .event-details .event-img {
    max-width: 21.875rem;
    margin: 0 auto
}

.block .new-events .events .event-details .event-img img {
    width: 100%;
    height: 13.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 25px
}

.block .new-events .events .event-details .event-img_square img {
    width: 8.75rem;
    height: 7.688rem
}

.block .new-events .events .event-details .event-img_circular img {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50% !important
}

.block .new-events .events .event-details .date-time {
    font-size: 1rem;
    color: #9b9b9b;
    font-weight: 600;
    padding-bottom: 1.125rem;
    margin-top: -1rem
}

.block .new-events .events .event-details .mt-2 {
    margin-top: 2rem
}

.block .new-events .button,
.block .new-events .search-results form button,
.search-results form .block .new-events button {
    padding: .875rem 3.438rem;
    margin-top: 2.75rem
}

.block .cta {
    color: #333;
    border: 1px solid #333;
    font-size: .875rem;
    line-height: 20px;
    padding: .5rem 4.156rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    font-weight: 600
}

.block .cta:hover {
    background-color: #333;
    color: #fff
}

.block .engineered-excellence {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

@media screen and (max-width:1260px) {
    .block .engineered-excellence {
        padding: 3.75rem 5% 4.813rem
    }
}

@media screen and (min-width:992px)and (max-width:1200px) {
    .block .engineered-excellence {
        max-width: 100vw
    }
}

@media(min-width:900px) {
    .block .engineered-excellence img {
        max-width: 530px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.block .rotary-products {
    padding: 3.75rem 1rem 4.813rem
}

@media screen and (max-width:1260px) {
    .block .rotary-products {
        padding: 3.75rem 5% 4.813rem
    }
}

.block .rotary-products .bg {
    position: absolute;
    width: 100%;
    z-index: -2;
    top: -10%;
    top: 0;
    left: 0
}

.block .rotary-products .bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block .rotary-products .circular-cards {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center
}

.block .rotary-products .circular-cards .products_details {
    padding-top: 2.188rem;
    margin-left: 5px;
    margin-right: 5px
}

.block .rotary-products .circular-cards .products_details .sub-heading,
.block .rotary-products .circular-cards .products_details h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ac373b !important;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

.block .rotary-products .circular-cards .products_details p {
    font-size: 14px;
    max-width: 18.188rem;
    margin: 0 auto;
    line-height: 20px
}

.block .rotary-products .circular-cards .products_details img {
    width: 17.375rem;
    height: 17.375rem;
    -o-object-fit: contain;
    object-fit: contain;
    border: 2px solid #999;
    border-radius: 50%;
    background-color: #fff
}

@media screen and (max-width:1400px) {
    .block .rotary-products .circular-cards .products_details img {
        width: 14rem;
        height: 14rem
    }
}

@media screen and (max-width:992px) {
    .block .rotary-products .circular-cards .products_details img {
        width: 12rem;
        height: 12rem
    }
}

.block .rotary-products .engineered-excellence-section {
    padding-top: 8.188rem
}

.block .rotary-products .engineered-excellence-section .engineered-excellence h3 {
    padding-bottom: 1.5rem;
    font-size: 2.25rem
}

.block .rotary-products .engineered-excellence-section .engineered-excellence p {
    padding-bottom: 2.5rem
}

.block .rotary-products .engineered-excellence-section .engineered-excellence .bold {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 29px
}

.block .advantage-section {
    margin-top: 2rem;
    padding: 3.375rem 10% 4.688rem;
    position: relative;
    background-image: linear-gradient(50deg, rgba(13, 54, 83, .9), rgba(0, 59, 93, .9))
}

.block .advantage-section_primary {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(172, 55, 59, .9))
}

.block .advantage-section_tertiary {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(1, 128, 0, .9))
}

@media screen and (max-width:1260px) {
    .block .advantage-section {
        padding: 3.375rem 5% 4.688rem
    }
}

.block .advantage-section .advantage-section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block .advantage-section .advantage-section_bg img {
    width: 100%;
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block .advantage-section .advantage-section_bg img:before {
    content: "";
    width: 100%;
    max-height: 100%;
    background-image: linear-gradient(50deg, rgba(13, 54, 83, .9), rgba(0, 59, 93, .9))
}

.block .advantage-section p {
    max-width: 56rem;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding-top: 1rem
}

.block .advantage-section .advantage-cards {
    justify-content: space-around
}

@media screen and (max-width:1260px) {
    .block .advantage-section .advantage-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.block .advantage-section .advantage-cards .advantage-details {
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin: 2.188rem 15px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid hsla(0, 0%, 80%, .6);
    padding: 1.75rem 1.563rem 3rem
}

@media screen and (min-width:768px) {
    .block .advantage-section .advantage-cards .advantage-details {
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%
    }
}

@media screen and (min-width:992px) {
    .block .advantage-section .advantage-cards .advantage-details {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%
    }
}

.block .advantage-section .advantage-cards .advantage-details_br-0 {
    border: 0;
    background-color: transparent;
    max-width: 20rem;
    padding: 1.75rem 1.2rem 3rem
}

.block .advantage-section .advantage-cards .advantage-details_br-0 p {
    font-size: .875rem
}

.block .advantage-section .advantage-cards .advantage-details .advantage-icon {
    height: 6.875rem
}

.block .advantage-section .advantage-cards .advantage-details .advantage-icon img {
    width: auto;
    height: 6.5rem
}

.block .advantage-section .advantage-cards .advantage-details .sub-heading,
.block .advantage-section .advantage-cards .advantage-details h3 {
    font-size: 2rem;
    color: #fff;
    padding-top: 2.5632rem
}

.block .rotary-materials-section {
    padding: 2.688rem 6.25rem 5.625rem
}

.block .rotary-materials-section .rotary-materials-caterogy {
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #cfcfcf;
    max-width: 75rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.block .rotary-materials-section .rotary-materials-caterogy .selection .drop-down .drop-down_option {
    width: 8.813rem;
    height: 2.563rem;
    color: #363535;
    margin-right: 11px;
    border-color: #cfcfcf;
    border-radius: 0
}

@media screen and (max-width:992px) {
    .block .rotary-materials-section .rotary-materials-caterogy .selection .drop-down .drop-down_option {
        width: 100%;
        margin-bottom: 10px
    }
}

.block .rotary-materials-section .rotary-materials-caterogy .selection .reload-btn {
    height: 41px;
    padding: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    background: #fff
}

@media screen and (max-width:992px) {
    .block .rotary-materials-section .rotary-materials-caterogy .selection .reload-btn {
        text-align: left;
        margin-bottom: 10px
    }
}

.block .rotary-materials-section .rotary-materials-caterogy .selection img {
    padding: .813rem .938rem;
    background: #ac373b;
    height: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.block .rotary-materials-section .rotary-materials-caterogy .grid {
    display: -webkit-box;
    display: flex !important
}

.block .rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn {
    height: 41px;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cfcfcf
}

.block .rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn.active,
.block .rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn:hover {
    background-color: #e7e7e7
}

.block .rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn img {
    padding: .813rem .938rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

@media screen and (max-width:1260px) {
    .block .rotary-materials-section {
        padding: 2rem 10% 4rem
    }
}

@media screen and (max-width:992px) {
    .block .rotary-materials-section {
        padding: 2rem 5% 4rem
    }
}

.block .rotary-materials-section .material-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center
}

@media screen and (max-width:576px) {
    .block .rotary-materials-section .material-details {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.block .rotary-materials-section .material-details img {
    width: 18.125rem;
    height: 12.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.block .rotary-materials-section .material-details .card-heading {
    padding-top: 1.375rem;
    max-width: 13.5rem;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.8125rem
}

.block .actuator-downloads {
    padding-left: 1rem;
    padding-right: 1rem
}

.block .actuator-downloads .actuator-Catalogs_downloads {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
    max-width: 1100px;
    margin: 0 auto
}

.block .actuator-downloads h3 {
    font-size: 2.25rem;
    text-align: center
}

@media screen and (max-width:992px) {
    .block .actuator-downloads .d-flex {
        -webkit-box-align: center;
        align-items: center
    }
}

.block .actuator-downloads .downloads {
    margin: 0 42px
}

.block .downloads {
    width: 28.188rem;
    position: relative
}

@media screen and (max-width:992px) {
    .block .downloads {
        width: 100%
    }
}

.block .downloads a {
    padding-right: 2.813rem;
    display: block;
    width: 100%
}

.block .downloads a p {
    color: #ac373b;
    font-weight: 600;
    padding: 0
}

.block .downloads img {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 55%;
    max-width: 1.5rem;
    height: auto !important
}

@media screen and (max-width:476px) {
    .block .downloads {
        max-width: 16.25rem
    }
}

.block .about-employee {
    padding: 2.75rem 4.375rem;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:1260px) {
    .block .about-employee {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width:992px) {
    .block .about-employee {
        -webkit-box-align: center;
        align-items: center
    }
}

.block .about-employee .employee-details {
    text-align: center;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    max-width: 23.75rem
}

@media screen and (max-width:992px) {
    .block .about-employee .employee-details {
        -webkit-box-align: center;
        align-items: center
    }
}

.block .about-employee .employee-details .employee-img {
    height: 26.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.block .about-employee .employee-details .employee-name {
    font-size: 1.125rem;
    padding-top: 1.375rem;
    font-weight: 600;
    color: #363535;
    overflow: hidden
}

.block .about-employee .employee-details .employee-title {
    font-weight: 300;
    color: #6a6a6a;
    padding-bottom: 1.75rem
}

.block .about-employee .employee-details .employee-about {
    font-size: .875rem;
    color: #333
}

.block .about-employee .employee-details .employee-about span {
    font-weight: 700
}

.block .comments-quote_section {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 3rem 1rem 6.375rem
}

@media screen and (max-width:992px) {
    .block .comments-quote_section {
        -webkit-box-align: center;
        align-items: center
    }
}

.block .comments-quote_section .comments-quote {
    padding: 4.438rem 3.188rem 2.188rem;
    border: 1px solid #9b9b9b;
    position: relative;
    margin-left: 1.563rem;
    margin-right: 1.563rem;
    max-width: 35.875rem;
    text-align: center
}

@media screen and (max-width:1260px) {
    .block .comments-quote_section .comments-quote {
        padding: 3rem 2rem 1.5rem
    }
}

@media screen and (max-width:992px) {
    .block .comments-quote_section .comments-quote {
        margin-top: 3.5rem
    }
}

.block .comments-quote_section .comments-quote .quotation-icon {
    position: absolute;
    padding: 30px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    background-color: #fff;
    width: 5.375rem;
    height: 5.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px
}

.block .comments-quote_section .comments-quote .quotation-icon img {
    width: 28px;
    height: 26px
}

.block .comments-quote_section .comments-quote h3 {
    color: #414141
}

.block .comments-quote_section .comments-quote .place {
    padding-bottom: 1.406rem;
    position: relative
}

.block .comments-quote_section .comments-quote .place:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    width: 5.875rem;
    background-color: #e9e9e9
}

.block .comments-quote_section .comments-quote .comments,
.block .comments-quote_section .comments-quote .place {
    font-size: .875rem;
    color: #666
}

.block .comments-quote_section .comments-quote .comments {
    font-style: italic;
    padding-top: 1.438rem
}

.block .accordion .wrapper .toggler .title {
    font-weight: 600
}

.block .video-resources {
    text-align: center;
    max-width: 89.5rem;
    padding: 0 1rem;
    margin: 2.5rem auto
}

@media(min-width:50rem) {
    .block .video-resources {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.block .video-resources .video {
    position: relative;
    margin: 1rem
}

@media(min-width:50rem) {
    .block .video-resources .video {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
        max-width: calc(49.9975% - 1.9999rem)
    }
}

.block .video-resources .video .action-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.block .video-resources .video video {
    -o-object-fit: cover;
    object-fit: cover;
    background: #ccc;
    width: 100%;
    height: auto
}

.block .video-resources .play-button svg {
    margin-right: .5rem;
    width: 1.5rem;
    height: 1.5rem
}

.block .video-resources .play-button:hover svg path {
    fill: currentColor !important
}

.block .video-resources h3 {
    font-size: 2.25rem;
    text-align: center
}

.block .video-resources .d-flex {
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:992px) {
    .block .video-resources .d-flex {
        -webkit-box-align: center;
        align-items: center
    }
}

.block .video-resources h4 {
    text-align: center;
    font-size: 1.125rem;
    color: #333;
    font-weight: 700
}

.block .video-resources .button,
.block .video-resources .search-results form button,
.search-results form .block .video-resources button {
    margin-top: 4rem
}

.block .slider-section {
    position: relative
}

.block .slider-section .slider-quote {
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 2rem
}

.block .slider-section .tns-outer {
    position: relative
}

.block .slider-section .tns-outer .tns-nav {
    display: none
}

.block .slider-section .tns-outer .tns-controls {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 100
}

.block .slider-section .tns-outer .tns-controls button {
    background: transparent;
    border: none
}

@media(max-width:800px) {

    .block .slider-section .tns-outer .tns-controls button,
    .block .slider-section .tns-outer .tns-controls button img {
        width: 50px;
        height: 50px
    }
}

.block .slider-section .tns-outer .tns-controls button+button {
    position: absolute;
    right: 0
}

.block .slider-section .slideshow-container .mySlides,
.block .slider-section .slideshow-container .slide-item {
    text-align: center;
    padding: 4rem;
    display: none
}

.block .slider-section .slideshow-container .mySlides p,
.block .slider-section .slideshow-container .slide-item p {
    max-width: 49.188rem;
    font-size: 1.5rem;
    line-height: 36px;
    color: #333;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin: 0 auto
}

@media screen and (max-width:576px) {

    .block .slider-section .slideshow-container .mySlides p,
    .block .slider-section .slideshow-container .slide-item p {
        font-size: 1rem;
        line-height: 30px
    }
}

.block .slider-section .slideshow-container .mySlides .author-name,
.block .slider-section .slideshow-container .slide-item .author-name {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 0
}

@media screen and (max-width:576px) {

    .block .slider-section .slideshow-container .mySlides .author-name,
    .block .slider-section .slideshow-container .slide-item .author-name {
        font-size: .875rem
    }
}

.block .slider-section .slideshow-container .next img,
.block .slider-section .slideshow-container .next svg,
.block .slider-section .slideshow-container .prev img,
.block .slider-section .slideshow-container .prev svg {
    width: 4rem;
    height: 4rem
}

@media screen and (max-width:992px) {

    .block .slider-section .slideshow-container .next img,
    .block .slider-section .slideshow-container .next svg,
    .block .slider-section .slideshow-container .prev img,
    .block .slider-section .slideshow-container .prev svg {
        width: 3rem;
        height: 3rem
    }
}

@media screen and (max-width:576px) {

    .block .slider-section .slideshow-container .next img,
    .block .slider-section .slideshow-container .next svg,
    .block .slider-section .slideshow-container .prev img,
    .block .slider-section .slideshow-container .prev svg {
        width: 2rem;
        height: 2rem
    }
}

.block .slider-section {
    padding: 3.188rem 4.375rem 5rem
}

@media screen and (max-width:1260px) {
    .block .slider-section {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2.5rem
    }
}

@media screen and (max-width:768px) {
    .block .slider-section {
        padding-bottom: 0
    }
}

.block .slider-section h2 {
    font-size: 2.813rem
}

.block .slider-section .slideshow-container {
    position: relative;
    min-height: 23.313rem
}

.block .slider-section .slideshow-container .mySlides {
    text-align: center;
    padding: 5rem;
    display: none
}

.block .slider-section .slideshow-container .mySlides p {
    max-width: 49.188rem;
    font-size: 1.5rem;
    line-height: 36px;
    color: #333;
    padding-top: 2rem;
    padding-bottom: 1.438rem;
    margin: 0 auto
}

@media screen and (max-width:576px) {
    .block .slider-section .slideshow-container .mySlides p {
        font-size: 1rem;
        line-height: 30px
    }
}

.block .slider-section .slideshow-container .mySlides .author-name {
    font-size: 1.125rem;
    font-weight: 700
}

@media screen and (max-width:576px) {
    .block .slider-section .slideshow-container .mySlides .author-name {
        font-size: .875rem
    }
}

.block .slider-section .slideshow-container .next,
.block .slider-section .slideshow-container .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.block .slider-section .slideshow-container .next img,
.block .slider-section .slideshow-container .prev img {
    width: 4rem;
    height: 4rem
}

@media screen and (max-width:992px) {

    .block .slider-section .slideshow-container .next img,
    .block .slider-section .slideshow-container .prev img {
        width: 3rem;
        height: 3rem
    }
}

@media screen and (max-width:576px) {

    .block .slider-section .slideshow-container .next img,
    .block .slider-section .slideshow-container .prev img {
        width: 2rem;
        height: 2rem
    }
}

.block .slider-section .slideshow-container .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px
}

.block.accordion {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

.block.accordion .wrapper {
    border-bottom: 1px solid #eee
}

.block.accordion .wrapper .toggler {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem 0;
    font-weight: 400;
    text-decoration: none
}

.block.accordion .wrapper .toggler .title {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    padding-right: 1.5rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.block.accordion .wrapper .toggler svg {
    width: 1rem;
    height: 1rem;
    margin: .125rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    -webkit-transform-origin: center;
    transform-origin: center
}

.block.accordion .wrapper .toggler svg path {
    fill: #ac373b
}

.block.accordion .wrapper .toggler.toggled .title,
.block.accordion .wrapper .toggler:hover .title {
    color: #ac373b
}

.block.accordion .wrapper .toggler.toggled svg path,
.block.accordion .wrapper .toggler:hover svg path {
    fill: #ac373b
}

.block.accordion .wrapper .toggler.toggled {
    border-bottom: 0
}

.block.accordion .wrapper .toggler.toggled+.toggle {
    display: block
}

.block.accordion .wrapper .toggler.toggled svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block.accordion .wrapper .toggle {
    display: none;
    padding: 0 0 1rem
}

.block.accordion .wrapper .toggle p:first-child {
    margin-top: 0
}

.block.accordion .wrapper .toggle p:last-child {
    margin-bottom: 0
}

.block.accordion .wrapper .toggle p:empty {
    display: none
}

.block.accordion+.slab.accordion {
    margin-top: -3rem
}

.block .accordion .toggler {
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.block .accordion .toggler img {
    width: 12px;
    height: auto
}

.block .accordion .wrapper {
    max-width: 50rem;
    margin: 0 auto
}

.block .accordion .wrapper .toggler .title {
    font-size: 1.25rem;
    color: #201e1f
}

.block .accordion .wrapper .toggle {
    max-width: 42.188rem;
    margin: 0 auto
}

.block .accordion .wrapper .toggle p {
    padding-bottom: 2.5rem
}

.block .accordion .wrapper .toggle p span {
    font-weight: 700
}

#browser-update {
    background-color: rgba(199, 3, 30, .1);
    border-bottom: 1px solid rgba(199, 3, 30, .4);
    color: #c7031e;
    margin: 0;
    padding: 0
}

#browser-update p {
    margin: 0 auto;
    padding: 1em;
    width: 90%
}

#browser-update a {
    color: #c7031e
}

.lazy-load {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 4rem
}

@supports(display:grid) {
    .lazy-load {
        grid-column: -1/1;
        text-align: center
    }
}

.pagination-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 3px
}

.pagination-list li {
    display: inline
}

.pagination-list li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px
}

.pagination-list li:last-child a {
    border-radius: 0 3px 3px 0
}

.pagination-list li.active a {
    color: #999;
    cursor: default
}

.pagination-list a {
    float: left;
    padding: 0 1em;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-left-width: 0
}

.pagination-list .active a,
.pagination-list a:focus,
.pagination-list a:hover {
    background-color: #eee
}

.pagination-list a svg {
    fill: currentColor;
    position: relative;
    top: .1875rem;
    width: 1.0625rem
}

.pagination-list li.first svg {
    margin-right: .5rem
}

.pagination-list li.last svg {
    margin-left: .5rem
}

.rd-button {
    display: inline-block;
    min-width: 10rem;
    padding: .625rem 1.5rem;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ac373b;
    border: 2px solid #ac373b
}

.rd-button:focus,
.rd-button:hover {
    color: #fff;
    background-color: #7e282b;
    border-color: #7e282b
}

.form-button-red {
    background-color: #ac373b;
    color: #fff !important;
    border: none;
    border-radius: 1.5rem;
    text-align: center
}

.button,
.search-results form button {
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none;
    padding: 10px 20px;
    border-radius: 22.5px;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 15.625rem;
    margin: 0 auto
}

.button:hover,
.search-results form button:hover {
    text-decoration: none
}

.button__img {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 18rem
}

.button__img img {
    margin-right: 10px;
    width: 1.5rem;
    height: 1.5rem
}

.button_primary {
    color: #fff;
    background-color: #ac373b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #ac373b;
    font-weight: 700
}

.button_primary:hover {
    border: 1px solid #ac373b;
    background-color: #fff;
    color: #ac373b !important
}

.button_primary__outline {
    border: 1px solid #fff;
    color: #fff
}

.button_primary__outline:hover {
    background-color: #fff;
    color: #ac373b
}

.button-outline {
    border: 1px solid #ac373b;
    padding: 12px 20px
}

.button_grey {
    color: #fff !important;
    background-color: #333 !important;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.button_grey:hover {
    background-color: #ac373b !important
}

.button_grey_outline {
    color: #6a6a6a;
    background-color: #fff !important;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    border: 1px solid #979797;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

.button_grey_outline svg {
    width: 1rem;
    height: auto;
    margin-right: 10px
}

.button_grey_outline svg g path {
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.button_grey_outline:hover {
    background-color: #979797 !important;
    color: #fff
}

.button_grey_outline:hover svg g path {
    fill: #fff
}

.button_light {
    color: #ac373b;
    background-color: #fff;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    font-weight: 700
}

.button_light:hover {
    background-color: #ac373b;
    color: #fff
}

.button_tertiary {
    background: #76be43;
    color: #fff;
    font-size: 14px;
    padding: 12px 2.75rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.button_tertiary:hover {
    background: #fff;
    color: #76be43;
    border: 1px solid #76be43
}

.rd-lightbox {
    position: fixed;
    top: 50vh;
    right: 50vw;
    bottom: 50vh;
    left: 50vw;
    width: 0;
    height: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
    overflow: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.rd-lightbox.is-shown {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1
}

.rd-lightbox .toolbar {
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 1rem
}

.rd-lightbox .toolbar .pages {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.rd-lightbox .toolbar .pages .sep {
    padding: 0 .3125rem 0 .25rem
}

.rd-lightbox .toolbar .links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.rd-lightbox .toolbar .links a {
    padding: .875rem;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.rd-lightbox .toolbar .links a svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem
}

.rd-lightbox .toolbar .links a svg path {
    fill: #fff
}

.rd-lightbox .toolbar .links a:focus,
.rd-lightbox .toolbar .links a:hover {
    background-color: rgba(0, 0, 0, .6)
}

.rd-lightbox .content {
    display: -webkit-box;
    display: flex !important;
    height: calc(100% - 3rem)
}

.rd-lightbox .content .rd-lightbox-next,
.rd-lightbox .content .rd-lightbox-prev {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .875rem;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.rd-lightbox .content .rd-lightbox-next svg,
.rd-lightbox .content .rd-lightbox-prev svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem
}

.rd-lightbox .content .rd-lightbox-next svg path,
.rd-lightbox .content .rd-lightbox-prev svg path {
    fill: #fff
}

.rd-lightbox .content .rd-lightbox-next:focus,
.rd-lightbox .content .rd-lightbox-next:hover,
.rd-lightbox .content .rd-lightbox-prev:focus,
.rd-lightbox .content .rd-lightbox-prev:hover {
    background-color: rgba(0, 0, 0, .6)
}

.rd-lightbox .content .gallery {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    position: relative
}

.rd-lightbox .content .gallery>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 60rem;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.rd-lightbox .content .gallery>div:not(.active) {
    opacity: 0;
    z-index: -1
}

.rd-lightbox .content .gallery>div img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 6rem);
    margin: -3rem auto 0;
    background-color: #fff
}

.rd-lightbox .content[data-count="1"] .rd-lightbox-next,
.rd-lightbox .content[data-count="1"] .rd-lightbox-prev {
    display: none
}

.rd-lightbox .content[data-count="1"] .gallery {
    margin: 0 3rem
}

@media(min-width:800px) {
    .embed-container {
        position: relative;
        max-width: 100%;
        height: 0;
        padding-bottom: 50.25%;
        overflow: hidden
    }
}

@media(min-width:800px) {

    .embed-container embed,
    .embed-container iframe,
    .embed-container object,
    .embed-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:800px) {
    .embed-container iframe {
        height: auto;
        width: auto
    }
}

#alert {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    font-size: .875rem;
    line-height: 1.3571428571;
    background-color: #7aaecc
}

@media screen and (max-width:576px) {
    #alert {
        padding-bottom: 1rem
    }
}

#alert a:not(.close),
#alert div {
    -webkit-box-flex: 1;
    flex: auto;
    padding: 1rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

#alert a:not(.close) strong,
#alert div strong {
    margin-right: .75rem;
    font-weight: 500;
    font-size: 1rem
}

#alert .close {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 1rem;
    text-decoration: none;
    background-color: transparent
}

#alert .close svg {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: #fff
}

#alert.urgent {
    background-color: #c7031e
}

#alert.urgent .close {
    background-color: #790817
}

#alert.informational {
    background-color: #85c169
}

#alert.informational .close {
    background-color: #678a56
}

.table-overflow {
    width: 100%;
    margin-bottom: 2rem;
    overflow-x: auto
}

.table-overflow table {
    min-width: 40rem
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dbdbdb
}

table thead tr {
    border-bottom: 1px solid #dbdbdb
}

table thead tr th {
    padding: .75rem;
    font-weight: 400;
    font-size: .875rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: left;
    background-color: #f4f4f4
}

table tbody tr td {
    padding: 1rem .75rem
}

table tbody tr td.no-results-message {
    padding: 4rem 0;
    text-align: center
}

table tbody tr:nth-of-type(2n) td {
    background-color: #f4f4f4
}

.cke_editable {
    position: relative;
    left: calc(50% - 1.5rem);
    max-width: 60rem;
    min-height: 0 !important;
    height: auto !important;
    margin: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cke_editable img:not(.img-left):not(.img-right) {
    display: block;
    max-width: 90% !important;
    height: auto !important;
    margin: 2em auto
}

.cke_editable .img-left {
    float: left;
    margin-right: 3rem
}

.cke_editable .img-left,
.cke_editable .img-right {
    max-width: 35%;
    height: auto !important;
    margin-bottom: 1.5rem
}

.cke_editable .img-right {
    float: right;
    margin-left: 3rem
}

.career-section {
    padding: 4.813rem 10%
}

.career-section .career-options {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

.career-section .career-options:first-child {
    margin-left: 0
}

@media screen and (max-width:1260px) {
    .career-section .career-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.career-section .career-options .career-details {
    padding: 1.688rem 2.625rem 2.75rem;
    max-width: 36.125rem;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 1rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    margin-left: 2.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.career-section .career-options .career-details:hover {
    -webkit-box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, .21);
    box-shadow: 5px 3px 13px 0 rgba(0, 0, 0, .21)
}

@media screen and (max-width:1260px) {
    .career-section .career-options .career-details {
        margin-top: 2rem;
        max-width: 50rem;
        margin-left: 0
    }
}

@media screen and (max-width:576px) {
    .career-section .career-options .career-details {
        padding: 1rem
    }
}

.career-section .career-options .career-details .date {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700
}

.career-section .career-options .career-details p {
    padding-bottom: 2.063rem
}

.career-section .career-options .career-details .button,
.career-section .career-options .career-details .search-results form button,
.search-results form .career-section .career-options .career-details button {
    margin-top: auto
}

.career-section .career-options .career-details .career-details-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media screen and (min-width:640px) {
    .career-section .career-options .career-details .career-details-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.career-section .career-options .career-details .career-details-buttons a {
    width: 13rem;
    height: 43px;
    margin-bottom: 1rem
}

@media screen and (min-width:640px) {
    .career-section .career-options .career-details .career-details-buttons a {
        margin: 0
    }
}

@media screen and (min-width:640px) {
    .career-section .career-options .career-details .career-details-buttons a:nth-child(2) {
        margin-left: 1rem
    }
}

.new-events-bg-dark {
    background-color: #fafafa
}

.new-events {
    padding: 5rem 10%;
    text-align: center
}

@media screen and (max-width:576px) {
    .new-events {
        padding: 2rem 10%
    }
}

.new-events_bg {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.new-events_page {
    margin-top: -2rem
}

@media screen and (max-width:992px) {
    .new-events_page {
        margin-top: 0
    }
}

.new-events h2 {
    color: #333;
    font-size: 1.5rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 33px;
    text-transform: capitalize
}

.new-events .main-heading {
    color: #333;
    font-size: 2.1875rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
    font-family: Bebas Neue, cursive;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .new-events .main-heading {
        font-size: 3.125rem;
        line-height: 3.4375rem
    }
}

.new-events h3 {
    padding-bottom: 2.688rem;
    font-size: 1.5rem;
    color: #666;
    text-align: center;
    font-weight: 700
}

.new-events .category,
.new-events h3 {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

.new-events .category {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 12px;
    color: #333;
    padding-bottom: 14px
}

.new-events p {
    max-width: 19.938rem;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .new-events p:not(.category) {
        padding: 0 15px
    }
}

.new-events p a {
    color: #333;
    text-transform: uppercase;
    text-decoration: underline
}

.new-events .events {
    -webkit-box-pack: center;
    justify-content: center
}

.new-events .events:first-child {
    padding-left: 0
}

.new-events .events .event-details {
    padding-top: 2.188rem;
    text-align: center;
    padding-bottom: 1.188rem;
    background-color: #fff
}

.new-events .events .event-details__left {
    max-width: 23.125rem;
    margin: 0 auto;
    text-align: left !important
}

.new-events .events .event-details__left h4 {
    text-align: left !important
}

.new-events .events .event-details__left p {
    margin-left: 0;
    padding: 0
}

.new-events .events .event-details span {
    font-size: .75rem;
    font-weight: 600
}

.new-events .events .event-details_border {
    border: 1px solid #e9e9e9;
    padding-left: .875rem !important;
    padding-right: .875rem !important;
    padding-top: .875rem !important;
    padding-bottom: 2.563rem;
    margin: 1rem auto;
    max-width: 21.875rem
}

.new-events .events .event-details_border .event-img {
    max-width: 100% !important
}

.new-events .events .event-details_blog {
    padding: 0 !important
}

.new-events .events .event-details_blog h4 {
    font-weight: 700
}

.new-events .events .event-details_blog .event-img {
    max-width: 100% !important
}

.new-events .events .event-details_blog .event-detail_body {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1.313rem;
    padding-bottom: 1.438rem
}

.new-events .events .event-details_blog .event-detail_body p {
    max-width: 100% !important;
    padding-bottom: 2rem
}

.new-events .events .event-details_blog .event-detail_body .event-detail_footer {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex
}

.new-events .events .event-details_blog .event-detail_body .event-detail_footer p {
    max-width: 100% !important;
    padding-bottom: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.new-events .events .event-details_blog .event-detail_body .event-detail_footer p img {
    margin-right: 8px
}

.new-events .events .event-details .blog-heading {
    margin-top: .5rem;
    margin-bottom: .8rem
}

.new-events .events .event-details .blog-heading_title {
    font-size: 1rem;
    text-align: left
}

.new-events .events .event-details .blog-heading_words {
    color: #666
}

.new-events .events .event-details .blog-heading_bold {
    font-weight: 700
}

.new-events .events .event-details h4.blog-heading.blog-heading_words {
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.new-events .events .event-details p a {
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    font-weight: 600
}

.new-events .events .event-details p a:hover {
    color: #ac373b
}

@media screen and (max-width:992px) {
    .new-events .events .event-details {
        padding-left: 0;
        padding-bottom: 2rem;
        padding-top: 1rem
    }
}

@media screen and (max-width:576px) {
    .new-events .events .event-details {
        padding-right: 0
    }
}

.new-events .events .event-details .br-0 {
    border-radius: 0 !important
}

.new-events .events .event-details .event-img {
    max-width: 21.875rem;
    margin: 0 auto
}

.new-events .events .event-details .event-img img {
    width: 100%;
    height: 13.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 25px
}

.new-events .events .event-details .event-img_square img {
    width: 8.75rem;
    height: 7.688rem
}

.new-events .events .event-details .event-img_circular img {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50% !important
}

.new-events .events .event-details .date-time {
    font-size: 1rem;
    color: #9b9b9b;
    font-weight: 600;
    padding-bottom: 1.125rem;
    margin-top: -1rem
}

.new-events .events .event-details .mt-2 {
    margin-top: 2rem
}

.new-events .button,
.new-events .search-results form button,
.search-results form .new-events button {
    padding: .875rem 3.438rem;
    margin-top: 2.75rem
}

.cta {
    color: #333;
    border: 1px solid #333;
    font-size: .875rem;
    line-height: 20px;
    padding: .5rem 4.156rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    font-weight: 600
}

.cta:hover {
    background-color: #333;
    color: #fff
}

.engineered-excellence {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

@media screen and (max-width:1260px) {
    .engineered-excellence {
        padding: 3.75rem 5% 4.813rem
    }
}

@media screen and (min-width:992px)and (max-width:1200px) {
    .engineered-excellence {
        max-width: 100vw
    }
}

@media(min-width:900px) {
    .engineered-excellence img {
        max-width: 530px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.rotary-products {
    padding: 3.75rem 1rem 4.813rem
}

@media screen and (max-width:1260px) {
    .rotary-products {
        padding: 3.75rem 5% 4.813rem
    }
}

.rotary-products .bg {
    position: absolute;
    width: 100%;
    z-index: -2;
    top: -10%;
    top: 0;
    left: 0
}

.rotary-products .bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.rotary-products .circular-cards {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center
}

.rotary-products .circular-cards .products_details {
    padding-top: 2.188rem;
    margin-left: 5px;
    margin-right: 5px
}

.rotary-products .circular-cards .products_details .sub-heading,
.rotary-products .circular-cards .products_details h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ac373b !important;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

.rotary-products .circular-cards .products_details p {
    font-size: 14px;
    max-width: 18.188rem;
    margin: 0 auto;
    line-height: 20px
}

.rotary-products .circular-cards .products_details img {
    width: 17.375rem;
    height: 17.375rem;
    -o-object-fit: contain;
    object-fit: contain;
    border: 2px solid #999;
    border-radius: 50%;
    background-color: #fff
}

@media screen and (max-width:1400px) {
    .rotary-products .circular-cards .products_details img {
        width: 14rem;
        height: 14rem
    }
}

@media screen and (max-width:992px) {
    .rotary-products .circular-cards .products_details img {
        width: 12rem;
        height: 12rem
    }
}

.rotary-products .engineered-excellence-section {
    padding-top: 8.188rem
}

.rotary-products .engineered-excellence-section .engineered-excellence h3 {
    padding-bottom: 1.5rem;
    font-size: 2.25rem
}

.rotary-products .engineered-excellence-section .engineered-excellence p {
    padding-bottom: 2.5rem
}

.rotary-products .engineered-excellence-section .engineered-excellence .bold {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 29px
}

.advantage-section {
    margin-top: 2rem;
    padding: 3.375rem 10% 4.688rem;
    position: relative;
    background-image: linear-gradient(50deg, rgba(13, 54, 83, .9), rgba(0, 59, 93, .9))
}

.advantage-section_primary {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(172, 55, 59, .9))
}

.advantage-section_tertiary {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(1, 128, 0, .9))
}

@media screen and (max-width:1260px) {
    .advantage-section {
        padding: 3.375rem 5% 4.688rem
    }
}

.advantage-section .advantage-section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.advantage-section .advantage-section_bg img {
    width: 100%;
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.advantage-section .advantage-section_bg img:before {
    content: "";
    width: 100%;
    max-height: 100%;
    background-image: linear-gradient(50deg, rgba(13, 54, 83, .9), rgba(0, 59, 93, .9))
}

.advantage-section p {
    max-width: 56rem;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding-top: 1rem
}

.advantage-section .advantage-cards {
    justify-content: space-around
}

@media screen and (max-width:1260px) {
    .advantage-section .advantage-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.advantage-section .advantage-cards .advantage-details {
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin: 2.188rem 15px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid hsla(0, 0%, 80%, .6);
    padding: 1.75rem 1.563rem 3rem
}

@media screen and (min-width:768px) {
    .advantage-section .advantage-cards .advantage-details {
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%
    }
}

@media screen and (min-width:992px) {
    .advantage-section .advantage-cards .advantage-details {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%
    }
}

.advantage-section .advantage-cards .advantage-details_br-0 {
    border: 0;
    background-color: transparent;
    max-width: 20rem;
    padding: 1.75rem 1.2rem 3rem
}

.advantage-section .advantage-cards .advantage-details_br-0 p {
    font-size: .875rem
}

.advantage-section .advantage-cards .advantage-details .advantage-icon {
    height: 6.875rem
}

.advantage-section .advantage-cards .advantage-details .advantage-icon img {
    width: auto;
    height: 6.5rem
}

.advantage-section .advantage-cards .advantage-details .sub-heading,
.advantage-section .advantage-cards .advantage-details h3 {
    font-size: 2rem;
    color: #fff;
    padding-top: 2.5632rem
}

.rotary-materials-section {
    padding: 2.688rem 6.25rem 5.625rem
}

.rotary-materials-section .rotary-materials-caterogy {
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #cfcfcf;
    max-width: 75rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.rotary-materials-section .rotary-materials-caterogy .selection .drop-down .drop-down_option {
    width: 8.813rem;
    height: 2.563rem;
    color: #363535;
    margin-right: 11px;
    border-color: #cfcfcf;
    border-radius: 0
}

@media screen and (max-width:992px) {
    .rotary-materials-section .rotary-materials-caterogy .selection .drop-down .drop-down_option {
        width: 100%;
        margin-bottom: 10px
    }
}

.rotary-materials-section .rotary-materials-caterogy .selection .reload-btn {
    height: 41px;
    padding: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    background: #fff
}

@media screen and (max-width:992px) {
    .rotary-materials-section .rotary-materials-caterogy .selection .reload-btn {
        text-align: left;
        margin-bottom: 10px
    }
}

.rotary-materials-section .rotary-materials-caterogy .selection img {
    padding: .813rem .938rem;
    background: #ac373b;
    height: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.rotary-materials-section .rotary-materials-caterogy .grid {
    display: -webkit-box;
    display: flex !important
}

.rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn {
    height: 41px;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cfcfcf
}

.rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn.active,
.rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn:hover {
    background-color: #e7e7e7
}

.rotary-materials-section .rotary-materials-caterogy .grid .toggle-btn img {
    padding: .813rem .938rem;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

@media screen and (max-width:1260px) {
    .rotary-materials-section {
        padding: 2rem 10% 4rem
    }
}

@media screen and (max-width:992px) {
    .rotary-materials-section {
        padding: 2rem 5% 4rem
    }
}

.rotary-materials-section .material-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center
}

@media screen and (max-width:576px) {
    .rotary-materials-section .material-details {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.rotary-materials-section .material-details img {
    width: 18.125rem;
    height: 12.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.rotary-materials-section .material-details .card-heading {
    padding-top: 1.375rem;
    max-width: 13.5rem;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.8125rem
}

.actuator-downloads {
    padding-left: 1rem;
    padding-right: 1rem
}

.actuator-downloads .actuator-Catalogs_downloads {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
    max-width: 1100px;
    margin: 0 auto
}

.actuator-downloads h3 {
    font-size: 2.25rem;
    text-align: center
}

@media screen and (max-width:992px) {
    .actuator-downloads .d-flex {
        -webkit-box-align: center;
        align-items: center
    }
}

.actuator-downloads .downloads {
    margin: 0 42px
}

.downloads {
    width: 28.188rem;
    position: relative
}

@media screen and (max-width:992px) {
    .downloads {
        width: 100%
    }
}

.downloads a {
    padding-right: 2.813rem;
    display: block;
    width: 100%
}

.downloads a p {
    color: #ac373b;
    font-weight: 600;
    padding: 0
}

.downloads img {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 55%;
    max-width: 1.5rem;
    height: auto !important
}

@media screen and (max-width:476px) {
    .downloads {
        max-width: 16.25rem
    }
}

.about-employee {
    padding: 2.75rem 4.375rem;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:1260px) {
    .about-employee {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width:992px) {
    .about-employee {
        -webkit-box-align: center;
        align-items: center
    }
}

.about-employee .employee-details {
    text-align: center;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    max-width: 23.75rem
}

@media screen and (max-width:992px) {
    .about-employee .employee-details {
        -webkit-box-align: center;
        align-items: center
    }
}

.about-employee .employee-details .employee-img {
    height: 26.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.about-employee .employee-details .employee-name {
    font-size: 1.125rem;
    padding-top: 1.375rem;
    font-weight: 600;
    color: #363535;
    overflow: hidden
}

.about-employee .employee-details .employee-title {
    font-weight: 300;
    color: #6a6a6a;
    padding-bottom: 1.75rem
}

.about-employee .employee-details .employee-about {
    font-size: .875rem;
    color: #333
}

.about-employee .employee-details .employee-about span {
    font-weight: 700
}

.comments-quote_section {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 3rem 1rem 6.375rem
}

@media screen and (max-width:992px) {
    .comments-quote_section {
        -webkit-box-align: center;
        align-items: center
    }
}

.comments-quote_section .comments-quote {
    padding: 4.438rem 3.188rem 2.188rem;
    border: 1px solid #9b9b9b;
    position: relative;
    margin-left: 1.563rem;
    margin-right: 1.563rem;
    max-width: 35.875rem;
    text-align: center
}

@media screen and (max-width:1260px) {
    .comments-quote_section .comments-quote {
        padding: 3rem 2rem 1.5rem
    }
}

@media screen and (max-width:992px) {
    .comments-quote_section .comments-quote {
        margin-top: 3.5rem
    }
}

.comments-quote_section .comments-quote .quotation-icon {
    position: absolute;
    padding: 30px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    background-color: #fff;
    width: 5.375rem;
    height: 5.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px
}

.comments-quote_section .comments-quote .quotation-icon img {
    width: 28px;
    height: 26px
}

.comments-quote_section .comments-quote h3 {
    color: #414141
}

.comments-quote_section .comments-quote .place {
    padding-bottom: 1.406rem;
    position: relative
}

.comments-quote_section .comments-quote .place:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    width: 5.875rem;
    background-color: #e9e9e9
}

.comments-quote_section .comments-quote .comments,
.comments-quote_section .comments-quote .place {
    font-size: .875rem;
    color: #666
}

.comments-quote_section .comments-quote .comments {
    font-style: italic;
    padding-top: 1.438rem
}

.accordion .toggler {
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.accordion .toggler img {
    width: 12px;
    height: auto
}

.accordion .wrapper {
    max-width: 50rem;
    margin: 0 auto
}

.accordion .wrapper .toggler .title {
    font-size: 1.25rem;
    color: #201e1f;
    font-weight: 600
}

.accordion .wrapper .toggle {
    max-width: 42.188rem;
    margin: 0 auto
}

.accordion .wrapper .toggle p {
    padding-bottom: 2.5rem
}

.accordion .wrapper .toggle p span {
    font-weight: 700
}

.video-resources {
    text-align: center;
    max-width: 89.5rem;
    padding: 0 1rem;
    margin: 2.5rem auto
}

@media(min-width:50rem) {
    .video-resources {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.video-resources .video {
    position: relative;
    margin: 1rem
}

@media(min-width:50rem) {
    .video-resources .video {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
        max-width: calc(49.9975% - 1.9999rem)
    }
}

.video-resources .video .action-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.video-resources .video video {
    -o-object-fit: cover;
    object-fit: cover;
    background: #ccc;
    width: 100%;
    height: auto
}

.video-resources .play-button svg {
    margin-right: .5rem;
    width: 1.5rem;
    height: 1.5rem
}

.video-resources .play-button:hover svg path {
    fill: currentColor !important
}

.video-resources h3 {
    font-size: 2.25rem;
    text-align: center
}

.video-resources .d-flex {
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:992px) {
    .video-resources .d-flex {
        -webkit-box-align: center;
        align-items: center
    }
}

.video-resources h4 {
    text-align: center;
    font-size: 1.125rem;
    color: #333;
    font-weight: 700
}

.search-results form .video-resources button,
.video-resources .button,
.video-resources .search-results form button {
    margin-top: 4rem
}

.slider-section {
    position: relative;
    padding: 3.188rem 4.375rem 5rem
}

@media screen and (max-width:1260px) {
    .slider-section {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2.5rem
    }
}

@media screen and (max-width:768px) {
    .slider-section {
        padding-bottom: 0
    }
}

.slider-section h2 {
    font-size: 2.813rem
}

.slider-section .slider-quote {
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 2rem
}

.slider-section .tns-outer {
    position: relative
}

.slider-section .tns-outer .tns-nav {
    display: none
}

.slider-section .tns-outer .tns-controls {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 100
}

.slider-section .tns-outer .tns-controls button {
    background: transparent;
    border: none
}

@media(max-width:800px) {

    .slider-section .tns-outer .tns-controls button,
    .slider-section .tns-outer .tns-controls button img {
        width: 50px;
        height: 50px
    }
}

.slider-section .tns-outer .tns-controls button+button {
    position: absolute;
    right: 0
}

.slider-section .slideshow-container {
    position: relative;
    min-height: 23.313rem
}

.slider-section .slideshow-container .mySlides,
.slider-section .slideshow-container .slide-item {
    text-align: center;
    padding: 4rem;
    display: none
}

.slider-section .slideshow-container .mySlides p,
.slider-section .slideshow-container .slide-item p {
    max-width: 49.188rem;
    font-size: 1.5rem;
    line-height: 36px;
    color: #333;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin: 0 auto
}

@media screen and (max-width:576px) {

    .slider-section .slideshow-container .mySlides p,
    .slider-section .slideshow-container .slide-item p {
        font-size: 1rem;
        line-height: 30px
    }
}

.slider-section .slideshow-container .mySlides .author-name,
.slider-section .slideshow-container .slide-item .author-name {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 0
}

@media screen and (max-width:576px) {

    .slider-section .slideshow-container .mySlides .author-name,
    .slider-section .slideshow-container .slide-item .author-name {
        font-size: .875rem
    }
}

.slider-section .slideshow-container .next,
.slider-section .slideshow-container .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.slider-section .slideshow-container .next img,
.slider-section .slideshow-container .next svg,
.slider-section .slideshow-container .prev img,
.slider-section .slideshow-container .prev svg {
    width: 4rem;
    height: 4rem
}

@media screen and (max-width:992px) {

    .slider-section .slideshow-container .next img,
    .slider-section .slideshow-container .next svg,
    .slider-section .slideshow-container .prev img,
    .slider-section .slideshow-container .prev svg {
        width: 3rem;
        height: 3rem
    }
}

@media screen and (max-width:576px) {

    .slider-section .slideshow-container .next img,
    .slider-section .slideshow-container .next svg,
    .slider-section .slideshow-container .prev img,
    .slider-section .slideshow-container .prev svg {
        width: 2rem;
        height: 2rem
    }
}

.slider-section .slideshow-container .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: 1.42857%;
    height: 10px;
    float: left
}

.alert-msg {
    background-color: #ac373b !important;
    text-align: center;
    padding: 15px 15px 10px;
    position: relative
}

@media screen and (max-width:768px) {
    .alert-msg {
        text-align: left
    }
}

.alert-msg p {
    overflow-y: hidden;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem
}

@media screen and (max-width:768px) {
    .alert-msg p {
        font-size: .775rem
    }
}

@media screen and (max-width:576px) {
    .alert-msg p {
        max-width: 250px;
        text-align: left
    }
}

.alert-msg p .alert-msg_heading {
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:576px) {
    .alert-msg p .alert-msg_heading {
        display: block
    }
}

.alert-msg p .alert-msg_text {
    font-weight: 300
}

.alert-msg a {
    width: 15px;
    height: 15px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:600px) {
    .alert-msg a {
        padding-left: 0 !important
    }
}

.alert-msg a .close {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#alert a .close {
    background-color: transparent !important
}

.menu-toggler {
    overflow: hidden
}

header {
    background: #fafafa
}

header .site-menu {
    display: none
}

@media(min-width:1260px) {
    header .site-menu {
        display: block !important
    }
}

header .site-menu .mobile-utility-nav {
    display: none
}

@media screen and (max-width:1260px) {
    header .site-menu .mobile-utility-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0
    }

    header .site-menu .mobile-utility-nav li {
        list-style: none;
        margin-top: .5rem;
        padding: none !important
    }
}

header .navbar {
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 18px 66px 0;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .36)
}

@media screen and (max-width:992px) {
    header .navbar {
        padding: 15px 15px 0
    }
}

header .navbar .logo {
    max-width: 272px;
    padding-bottom: 10px;
    z-index: 29
}

@media screen and (max-width:768px) {
    header .navbar .logo {
        max-width: 160px
    }
}

header .navbar .logo img,
header .navbar .logo svg {
    width: 100%;
    min-width: 10rem
}

header .push-left {
    margin-left: auto;
    display: -webkit-box;
    display: flex !important;
    -webkit-box-align: end;
    align-items: flex-end
}

header .push-left .search {
    cursor: pointer;
    display: none
}

@media screen and (max-width:1260px) {
    header .push-left .search {
        display: block;
        background-color: transparent;
        border: none
    }

    header .push-left .search img {
        padding-right: 15px
    }
}

header .push-left .toggle.menu {
    display: none
}

@media(max-width:1260px) {
    header .push-left .toggle.menu {
        display: block
    }
}

header .hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 9999
}

@media screen and (max-width:1260px) {
    header .hamburger {
        display: block
    }
}

header .hamburger-line {
    background: #ac373b;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in;
    width: 100%
}

.hamburger:hover header .hamburger-line {
    background: #ac373b
}

header .hamburger-line-top {
    top: 3px
}

.menu-active header .hamburger-line-top {
    top: 50%;
    -webkit-transform: rotate(45deg) translatey(-50%);
    transform: rotate(45deg) translatey(-50%)
}

header .hamburger-line-middle {
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.menu-active header .hamburger-line-middle {
    left: 50%;
    width: 0
}

header .hamburger-line-bottom {
    bottom: 3px
}

.menu-active header .hamburger-line-bottom {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translatey(50%);
    transform: rotate(-45deg) translatey(50%)
}

header .nav-menu {
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

@media screen and (max-width:1260px) {
    header .nav-menu {
        background: #fafafa;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        z-index: 9;
        -webkit-transform: translatey(5%);
        transform: translatey(5%)
    }

    .menu-active header .nav-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

header #primary-menu {
    -webkit-box-align: normal;
    align-items: normal;
    padding-top: 15px
}

header #primary-menu .display-none {
    cursor: pointer;
    display: none
}

@media screen and (max-width:1260px) {
    header #primary-menu .display-none {
        display: block
    }
}

header #primary-menu .search {
    cursor: pointer;
    display: block;
    width: 21px;
    height: 21px
}

@media screen and (max-width:1260px) {
    header #primary-menu .search {
        display: none
    }
}

header #primary-menu>li {
    margin-left: 25px;
    position: relative
}

@media screen and (max-width:1260px) {
    header #primary-menu>li {
        margin-left: 0
    }
}

header #primary-menu>li a {
    color: #4f515a;
    font-size: 1rem;
    font-weight: 700;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    line-height: 22px;
    margin: 0 auto;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding-bottom: 10px;
    white-space: nowrap;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

header #primary-menu>li a:hover {
    text-decoration: none
}

@media screen and (max-width:1260px) {
    header #primary-menu>li a {
        padding: 10px;
        display: inline-block
    }
}

@media screen and (max-width:576px) {
    header #primary-menu>li a {
        padding: 3px
    }
}

.search-results form header #primary-menu>li button,
header #primary-menu>li .button,
header #primary-menu>li .search-results form button {
    padding: 6px 20px !important;
    font-size: .875rem
}

header #secondary-menu {
    margin-bottom: 10px
}

header #secondary-menu li {
    padding-left: 25px
}

header #secondary-menu li a {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 600;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline;
    line-height: 19px;
    margin: 0 auto;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

header #secondary-menu li a:hover {
    text-decoration: none
}

.search-results form header #secondary-menu li button,
header #secondary-menu li .button,
header #secondary-menu li .search-results form button {
    padding: 6px 20px !important;
    font-size: .875rem
}

header #secondary-menu .current-menu-item a {
    font-weight: 700;
    color: #333
}

header .sub-nav {
    border-top: 3px solid #ac373b;
    display: none;
    z-index: 5;
    top: 33px;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 30px;
    list-style: none;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

header .sub-nav,
header .sub-nav:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

header .sub-nav:after {
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #ac373b;
    top: -7px
}

@media screen and (max-width:1260px) {
    header .sub-nav:after {
        display: none
    }
}

@media screen and (max-width:1260px) {
    header .sub-nav {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0, .2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: transparent;
        top: 0;
        border-top: none
    }
}

header .sub-nav li:last-child .sub-nav__link {
    border-bottom: none
}

header .sub-nav .sub-nav__link {
    font-weight: 400 !important;
    color: #4f515a !important;
    padding: 10px 0;
    font-size: 14px !important;
    border-bottom: 1px solid #d8d8d8;
    white-space: nowrap;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

@media screen and (max-width:1260px) {
    header .sub-nav .sub-nav__link {
        padding: 3px 0
    }
}

@media screen and (max-width:576px) {
    header .sub-nav .sub-nav__link {
        padding: 1px 0
    }
}

header .sub-nav .sub-nav__link:hover {
    font-weight: 500 !important;
    color: #ac373b !important
}

header .nav__link {
    white-space: nowrap
}

header .nav__link:hover+.sub-nav {
    display: block
}

@media screen and (max-width:1260px) {
    header .nav__link:hover+.sub-nav {
        display: none
    }
}

header .sub-nav:hover {
    display: block
}

@media screen and (max-width:1260px) {
    header .sub-nav:hover {
        display: none
    }
}

header .search-bar {
    display: none;
    border-top: 1px solid #d8d8d8;
    padding: 15px 10px;
    position: relative
}

header .search-bar.search-bar-show {
    display: block
}

header .search-bar .close {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:768px) {
    header .search-bar .close {
        right: 66px
    }
}

header .search-bar form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

header .search-bar form input {
    width: 623px;
    border: 1px solid #d8d8d8;
    margin-right: 4px
}

header .search-bar form input[type=text] {
    font-size: .875rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #999;
    font-style: italic;
    padding: 9px 15px;
    font-weight: 400;
    line-height: 28px
}

header .search-bar form button {
    background-color: #ac373b;
    height: 46px;
    min-width: 46px;
    border: none;
    cursor: pointer
}

header .search-bar form button img {
    width: 21px;
    height: 21px
}

main>article,
main>section {
    width: 100%
}

main>article>article,
main>article>section,
main>section>article,
main>section>section {
    margin: 3rem 0
}

.downloads {
    padding-top: 1.563rem;
    padding-bottom: 13px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.downloads a {
    font-weight: 600
}

.downloads a:hover {
    text-decoration: underline
}

.site-footer {
    padding: 57px 100px 14px;
    background-color: #d8d8d8
}

@media screen and (max-width:1260px) {
    .site-footer {
        padding: 30px 20px 14px
    }
}

.site-footer .row {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem
}

.site-footer .row .footer-links {
    max-width: 923px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .site-footer .row .footer-links {
        flex-wrap: wrap
    }
}

@media screen and (max-width:576px) {
    .site-footer .row .footer-links .column {
        padding-bottom: 15px;
        text-align: center
    }
}

.site-footer .row .footer-links .column ul {
    list-style: none
}

.site-footer .row .footer-links .column li,
.site-footer .row .footer-links .column p {
    color: #6a6a6a;
    padding-bottom: 15px
}

@media screen and (max-width:576px) {

    .site-footer .row .footer-links .column li,
    .site-footer .row .footer-links .column p {
        padding-bottom: 8px
    }
}

.site-footer .row .footer-links .column li a,
.site-footer .row .footer-links .column p a {
    color: #6a6a6a;
    font-weight: 700
}

.site-footer .row .footer-links .column li a:hover,
.site-footer .row .footer-links .column p a:hover {
    color: #ac373b
}

.site-footer .row .footer-links .mircomatic-detail {
    max-width: 268px;
    margin-right: 30px
}

@media screen and (max-width:767px)and (min-width:767px) {
    .site-footer .row .footer-links .mircomatic-detail {
        -webkit-box-ordinal-group: 2;
        order: 1;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .site-footer .row .footer-links .mircomatic-detail {
        margin: 0 auto
    }
}

.site-footer .row .footer-links .mircomatic-detail .logo {
    padding-bottom: 13px
}

.site-footer .row .footer-links .mircomatic-detail .logo img {
    width: 100%
}

.site-footer .row .footer-links .mircomatic-detail p,
.site-footer .row .footer-links .mircomatic-detail p a {
    font-size: .875rem;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 2px
}

.site-footer .row .footer-links .mircomatic-detail .email {
    text-decoration: underline
}

.site-footer .row .footer-links .footer-menu {
    max-width: 28.125rem;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .site-footer .row .footer-links .footer-menu ul {
        margin: 0
    }
}

@media screen and (max-width:992px) {
    .site-footer .row .footer-links .footer-menu {
        width: 100%;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media screen and (max-width:767px) {
    .site-footer .row .footer-links .footer-menu {
        text-align: center
    }
}

@media screen and (max-width:576px) {
    .site-footer .row .footer-links .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.site-footer .row .footer-links .footer-menu .social-icons {
    display: -webkit-box;
    display: flex !important
}

@media screen and (max-width:767px) {
    .site-footer .row .footer-links .footer-menu .social-icons {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.site-footer .row .footer-links .footer-menu .social-icons a {
    padding-top: 10px;
    margin-right: 8px
}

.site-footer .row .footer-links .footer-menu .social-icons a img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media screen and (max-width:767px)and (min-width:767px) {
    .site-footer .row .footer-links .footer-menu {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
}

.site-footer .row .footer-links .certified {
    padding-left: 25px
}

@media screen and (max-width:1260px) {
    .site-footer .row .footer-links .certified {
        padding-left: 0
    }
}

@media screen and (max-width:767px)and (min-width:767px) {
    .site-footer .row .footer-links .certified {
        width: 50%;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media screen and (max-width:576px) {
    .site-footer .row .footer-links .certified {
        width: 100%
    }
}

.site-footer .row .footer-links .certified .img {
    max-width: 8.125rem;
    height: auto
}

.site-footer .row .footer-links .certified .img img,
.site-footer .row .footer-links .certified .img svg {
    width: 100%;
    height: 100%
}

.site-footer .copyright {
    text-align: center
}

.site-footer .copyright p {
    color: #6a6a6a;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .07px;
    padding: 15px;
    border-top: 1px solid #999
}

.banner {
    position: relative
}

.banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.banner .banner-image {
    position: relative
}

.banner .banner-image img {
    width: 100%;
    height: 22.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .banner-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(0, 59, 93, .85))
}

.banner .banner-image_tertiary:before {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, .9), rgba(1, 128, 0, .9))
}

.inner-banner {
    background-color: #6a6a6a
}

.inner-banner .banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1
}

@media screen and (max-width:768px) {
    .inner-banner .banner-content {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.inner-banner .banner-content h1,
.inner-banner .banner-content h3 {
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    position: static
}

.inner-banner .banner-content h3 {
    font-size: 4.688rem;
    color: #fff !important;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 71px;
    text-align: center
}

.inner-banner .banner-content p {
    padding-top: 2rem;
    max-width: 35.125rem;
    font-size: 1.25rem;
    color: #fff;
    line-height: 2rem;
    text-align: center
}

.inner-banner .banner-content .buttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.inner-banner .banner-content .buttons .rd-button {
    margin: 1.5rem auto 0;
    color: #fff
}

.inner-banner .banner-image img {
    height: 23.25rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .inner-banner .banner-image img {
        min-height: 26rem
    }
}

.single-page_banner {
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 3.063rem
}

@media screen and (max-width:1260px) {
    .single-page_banner {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.single-page_banner img {
    width: 100%;
    border-radius: 1.875rem;
    height: 31.25rem;
    -o-object-fit: cover;
    object-fit: cover
}

.news-listing {
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

.news-listing .wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5rem;
    margin-left: -2.5rem
}

.news-listing .wrapper>* {
    display: block;
    width: calc(100% - 5rem);
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    margin-bottom: 5em
}

@media(min-width:36em) {
    .news-listing .wrapper>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(49.9975% - 4.99975rem);
        max-width: calc(49.9975% - 4.99975rem)
    }
}

@media(min-width:54em) {
    .news-listing .wrapper>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(33.33222% - 4.99983rem);
        max-width: calc(33.33222% - 4.99983rem)
    }
}

@supports(display:grid) {
    .news-listing .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 5rem;
        grid-row-gap: 5em;
        margin-right: 0;
        margin-bottom: 5em;
        margin-left: 0
    }

    @media(min-width:36em) {
        .news-listing .wrapper {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width:54em) {
        .news-listing .wrapper {
            grid-template-columns: 1fr 1fr 1fr
        }
    }

    .news-listing .wrapper>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.news-listing .news-listing-detail h2,
.news-listing .news-listing-detail h4 {
    color: #333;
    font-size: 1.125rem !important;
    text-transform: capitalize;
    margin: 1rem 0;
    text-align: center;
    line-height: 23px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.news-listing .news-listing-detail span {
    color: #333;
    font-weight: 700;
    font-size: .75rem;
    font-weight: 600
}

.news-listing .news-listing-detail .categories-container {
    text-align: center;
    margin-bottom: 1rem
}

.news-listing .news-listing-detail .categories-container .categories {
    display: inline
}

.post-wrapper.block.content {
    padding: 100px 1rem
}

@media screen and (min-width:768px) {
    .post-wrapper .post-block {
        display: -webkit-box;
        display: flex
    }
}

.post-wrapper .post-block .image-block {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #9b9b9b;
    min-height: 400px
}

@media screen and (min-width:768px) {
    .post-wrapper .post-block .image-block {
        width: 66.67%
    }
}

.post-wrapper .post-block .image-block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-wrapper .post-block .post-content {
    text-align: center;
    padding: 40px 15px;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .post-wrapper .post-block .post-content {
        width: 66.67%
    }
}

.post-wrapper .post-block .post-content h3 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    color: #414141;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: .21px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px
}

.post-wrapper .post-block .post-content h5 {
    font-size: .875rem;
    line-height: 1.1875rem;
    color: #666;
    letter-spacing: .14px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 2.42px solid #d6ba8e;
    display: inline-block
}

.post-wrapper .post-block .post-content p {
    color: #666
}

.post-wrapper .post-block .post-content a {
    font-size: .75rem;
    line-height: 1rem;
    color: #053155;
    text-decoration: underline;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.post-wrapper .post-block .post-content a:hover {
    color: #ac373b
}

.slider-wrapper.block.content {
    padding: 100px 1rem;
    position: relative;
    overflow: hidden
}

.slider-wrapper.block.content .gallery-slider {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.slider-wrapper.block.content .gallery-slider::-webkit-scrollbar {
    height: 0
}

.slider-wrapper.block.content .slide-block img:not(.img-left),
.slider-wrapper.block.content .slide-block img:not(.img-right) {
    max-width: 100% !important;
    height: 400px !important;
    margin: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    -o-object-fit: cover;
    object-fit: cover
}

.slider-wrapper .gallery {
    position: relative;
    display: -webkit-box;
    display: flex
}

.slider-wrapper .gallery .slide-block {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    display: -webkit-box !important;
    display: flex !important
}

@media screen and (min-width:768px) {
    .slider-wrapper .gallery .slide-block {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%
    }
}

.slider-wrapper .gallery .slide-block .content-block {
    background-color: #d8d8d8
}

.slider-wrapper .gallery .slide-block h3 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    color: #333;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 20px 20px 0
}

.slider-wrapper .gallery .slide-block p {
    line-height: 1.4375rem;
    color: #363535;
    padding: 0 20px 40px
}

.slider-wrapper .slider-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .slider-wrapper .slider-nav {
        -webkit-box-pack: end;
        justify-content: flex-end;
        right: 20px
    }
}

.slider-wrapper .slider-nav a.next,
.slider-wrapper .slider-nav a.prev {
    margin: 0 5px;
    cursor: pointer;
    height: 66px;
    width: 66px;
    display: -webkit-box !important;
    display: flex !important
}

.slider-wrapper .slider-nav a.next img,
.slider-wrapper .slider-nav a.prev img {
    margin: 0 !important
}

.favorites-wrapper.block.content {
    padding: 100px 1rem
}

.favorites-wrapper .favorites-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media screen and (min-width:768px) {
    .favorites-wrapper .favorites-block {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .favorites-wrapper .favorites-block:first-child {
        padding-right: 5px
    }
}

@media screen and (min-width:768px) {
    .favorites-wrapper .favorites-block:last-child {
        padding-left: 5px
    }
}

.favorites-wrapper .favorites-block .image-block {
    height: 100%;
    position: relative
}

.favorites-wrapper .favorites-block .image-block .fav-heading {
    position: absolute;
    left: 0;
    width: 245px;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .75);
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.favorites-wrapper .favorites-block .image-block .fav-heading h6 {
    font-size: .75rem;
    line-height: 1rem;
    color: #363535;
    font-weight: 600;
    padding: 10px
}

.favorites-wrapper .favorites-block .image-block .fav-heading span {
    padding: 8px 10px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.favorites-wrapper .favorites-block .image-block .fav-heading span img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 21px !important;
    width: 23px
}

.favorites-wrapper .favorites-block .image-block .fav-heading span.active img,
.favorites-wrapper .favorites-block .image-block .fav-heading span:hover img {
    background-image: url(../../dist/svgs/heart_fill.svg)
}

.favorites-wrapper .favorites-block .image-block img:not(.img-left),
.favorites-wrapper .favorites-block .image-block img:not(.img-right) {
    max-width: 100% !important;
    height: 100% !important;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.favorites-wrapper .favorites-block:first-child .image-block {
    height: 450px
}

@media screen and (min-width:992px) {
    .favorites-wrapper .favorites-block:first-child .image-block {
        margin-bottom: 10px
    }
}

.favorites-wrapper .favorites-block:last-child {
    height: 900px
}

@media screen and (min-width:992px) {
    .favorites-wrapper .favorites-block:last-child {
        height: 910px
    }
}

.history-content.block.content {
    padding: 50px 1rem
}

@media screen and (min-width:768px) {
    .history-content.block.content {
        padding: 70px 1rem 60px
    }
}

.history-content .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.history-content h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    color: #333;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .history-content h2 {
        font-size: 3.125rem;
        line-height: 3.4375rem
    }
}

.history-content p {
    color: #212b36
}

.timeline-wrapper.block.content {
    position: relative
}

.timeline-wrapper.block.content img:not(.img-left),
.timeline-wrapper.block.content img:not(.img-right) {
    height: 100% !important;
    max-width: 100% !important;
    margin: 0;
    width: 100%;
    border-radius: 10px
}

.timeline-wrapper .timeline-container.overlay-none:after {
    content: none
}

.timeline-wrapper .timeline-container:after {
    content: "";
    position: absolute;
    z-index: 999;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    left: 0;
    width: 100%;
    bottom: 0;
    height: 445px
}

.timeline-wrapper .timeline-container:before {
    content: "";
    position: absolute;
    left: 8%;
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
    top: 0;
    height: calc(100% - 95px);
    width: 4px;
    background-color: #eee
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.timeline-wrapper .timeline-container .timeline-block {
    min-height: 250px;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.timeline-wrapper .timeline-container .timeline-block.visually-hidden {
    display: none
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block {
        width: 50%;
        margin-bottom: 80px;
        display: block
    }
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(2) {
        margin-top: 160px
    }
}

.timeline-wrapper .timeline-container .timeline-block:first-child .timeline-year:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: -100%;
    left: 50%;
    height: 100%;
    width: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.timeline-wrapper .timeline-container .timeline-block:not(.visually-hidden):last-child .timeline-year:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -100%;
    left: 50%;
    height: 100%;
    width: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    .timeline-wrapper .timeline-container .timeline-block:not(.visually-hidden):last-child .timeline-year:after {
        bottom: 0;
        width: 7px;
        left: 47%;
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%)
    }
}

.timeline-wrapper .timeline-container .timeline-block:last-child .timeline-year:after {
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: -100%;
    left: 50%;
    height: 100%;
    width: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    .timeline-wrapper .timeline-container .timeline-block:last-child .timeline-year:after {
        bottom: 0;
        width: 7px;
        left: 47%;
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%)
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(odd) {
    float: left
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-year span:before {
    content: "";
    position: absolute;
    background-color: #999;
    height: 1px;
    width: 90px;
    top: 50%;
    left: -100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -30px
}

@media screen and (max-width:767px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-year span:before {
        right: -100%;
        left: auto;
        margin-right: 0;
        width: 42px
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-year span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -45px;
    height: 15px;
    width: 15px;
    border: 2.5px solid #999;
    border-radius: 100%;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-year span:after {
        right: -100%;
        left: auto;
        margin-right: -14px
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-content {
    float: left;
    text-align: left;
    margin-left: 60px
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-content {
        float: right;
        text-align: right;
        margin-right: 170px;
        margin-left: auto
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-content .block.gallery {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-content .block.gallery {
        margin-left: auto
    }
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(odd) .timeline-content img {
        margin-left: auto !important
    }
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(2n) {
        float: right
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-year span:after {
    content: "";
    position: absolute;
    background-color: #999;
    height: 1px;
    width: 42px;
    top: 50%;
    right: -100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-year span:after {
        width: 90px;
        margin-right: -29px
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-year span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -15px;
    height: 15px;
    width: 15px;
    border: 2.5px solid #999;
    border-radius: 100%;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-year span:before {
        margin-right: -45px
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-content {
    float: left;
    text-align: left;
    margin-left: 60px
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-content {
        margin-left: 170px
    }
}

.timeline-wrapper .timeline-container .timeline-block:nth-child(2n) .timeline-content .block.gallery {
    margin-left: 0;
    margin-right: auto
}

.timeline-wrapper .timeline-container .timeline-block .timeline-year {
    margin-top: 70px;
    position: relative
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block .timeline-year {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.timeline-wrapper .timeline-container .timeline-block .timeline-year:hover span,
.timeline-wrapper .timeline-container .timeline-block .timeline-year:hover span:after,
.timeline-wrapper .timeline-container .timeline-block .timeline-year:hover span:before {
    border-color: #ac373b
}

.timeline-wrapper .timeline-container .timeline-block .timeline-year span {
    width: 60px;
    height: 60px;
    font-size: 1rem;
    line-height: 1.25rem;
    background-color: #fff;
    border: 6.5px solid #426482;
    color: #6a6a6a;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

@media screen and (min-width:768px) {
    .timeline-wrapper .timeline-container .timeline-block .timeline-year span {
        width: 80px;
        height: 80px;
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content {
    max-width: 324px
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content p {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #333
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content .block.gallery {
    max-width: 200px;
    padding: 0
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content .block.gallery.medium-image {
    max-width: 117px
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content .block.gallery .wrapper {
    display: block;
    height: 130px;
    margin: 0 0 15px;
    overflow: hidden
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content .block.gallery .wrapper>a {
    display: block;
    height: 100%;
    width: 100%
}

.timeline-wrapper .timeline-container .timeline-block .timeline-content .block.gallery .wrapper a.action-overlay figure.aspect.square {
    padding: 0 !important;
    height: 100%
}

.timeline-wrapper .timeline-container .timeline-block .action-overlay:after {
    border-radius: 10px
}

.timeline-wrapper .rd-button {
    font-size: .875rem;
    line-height: 1.125rem;
    color: #333;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: .26px;
    font-weight: 700;
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 22.5px;
    max-width: 251px;
    width: 100%;
    height: 46px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto 100px;
    cursor: pointer
}

.timeline-wrapper .rd-button:hover {
    background-color: #ac373b;
    color: #fff
}

.image-gallery a {
    position: relative
}

.image-gallery a:after {
    content: url(../../dist/svgs/font-awesome/solid/search.svg);
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.image-gallery a:after,
.image-gallery a span.icon {
    height: 43px;
    width: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.image-gallery a span.icon {
    z-index: 9;
    opacity: 0
}

.image-gallery a span.icon svg path {
    fill: #fff
}

.image-gallery a:hover span.icon {
    opacity: 1
}

.video-block .video {
    max-width: 882px;
    width: 100%;
    margin: auto
}

.video-block .video video {
    width: 100%
}

.half-image-gallery {
    overflow: hidden;
    position: relative;
    margin-top: 6.25rem
}

.half-image-gallery .image-gallery-slider {
    width: 100%;
    display: -webkit-box;
    display: flex;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.half-image-gallery .image-gallery-slider::-webkit-scrollbar {
    height: 0
}

.half-image-gallery .image-gallery-slider .slide-block {
    height: 553px;
    width: calc(50% - 10px);
    margin: 5px;
    min-width: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0
}

@media screen and (max-width:992px) {
    .half-image-gallery .image-gallery-slider .slide-block {
        height: 350px
    }
}

@media screen and (max-width:768px) {
    .half-image-gallery .image-gallery-slider .slide-block {
        height: 200px;
        margin-top: 3rem
    }
}

.half-image-gallery .image-gallery-slider .slide-block.current {
    padding: 0 10px
}

.half-image-gallery .image-gallery-slider .slide-block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.half-image-gallery .view-gallery {
    max-width: 200px;
    margin: 40px auto;
    background-color: #b73436;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 46px;
    border-radius: 22px;
    border: 1px solid #b73436
}

.half-image-gallery .view-gallery:hover {
    background-color: #fff;
    color: #b73436
}

.half-image-gallery .slide-nav {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px
}

.half-image-gallery .slide-nav a.btn-next,
.half-image-gallery .slide-nav a.btn-prev {
    width: 23px;
    height: 42px;
    cursor: pointer
}

.half-image-gallery .slide-nav a.btn-prev {
    left: 30px
}

.half-image-gallery .slide-nav a.btn-next {
    right: 30px
}

.form {
    padding: 4.063rem 3.75rem !important
}

@media screen and (max-width:576px) {
    .form {
        padding: 1rem !important
    }
}

.form h2 {
    text-align: left;
    padding-bottom: 14px
}

.form .contact-us .contact-form {
    max-width: 790px;
    width: 100%;
    margin-right: 3%
}

@media screen and (max-width:1260px)and (min-width:992px) {
    .form .contact-us .contact-form {
        width: 50%
    }
}

.form .contact-us .contact-form .rd-form-errors .message,
.form .contact-us .contact-form .rd-form-success .message {
    color: #ac373b;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    display: none
}

.form .contact-us .contact-form form .drop-down {
    padding-top: 50px;
    padding-bottom: 25px;
    width: 100%
}

@media screen and (max-width:1400px) {
    .form .contact-us .contact-form form div {
        width: 100%
    }
}

.form .contact-us .contact-form form div label {
    color: #1a1919;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: .5rem
}

.form .contact-us .contact-form form div select {
    height: 48px;
    padding: 12px 16px;
    width: 47%
}

.form .contact-us .contact-form form div .drop-down_option,
.form .contact-us .contact-form form div input {
    max-width: 375px;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #8a8b8a;
    width: 100%;
    color: #000
}

.form .contact-us .contact-form form div .drop-down_option::-webkit-input-placeholder,
.form .contact-us .contact-form form div input::-webkit-input-placeholder {
    color: #b0b0b0
}

.form .contact-us .contact-form form div .drop-down_option:-moz-placeholder,
.form .contact-us .contact-form form div .drop-down_option:-ms-input-placeholder,
.form .contact-us .contact-form form div .drop-down_option::-ms-input-placeholder,
.form .contact-us .contact-form form div .drop-down_option::-webkit-input-placeholder,
.form .contact-us .contact-form form div .drop-down_option::placeholder,
.form .contact-us .contact-form form div input:-moz-placeholder,
.form .contact-us .contact-form form div input:-ms-input-placeholder,
.form .contact-us .contact-form form div input::-ms-input-placeholder,
.form .contact-us .contact-form form div input::-webkit-input-placeholder,
.form .contact-us .contact-form form div input::placeholder {
    color: #b0b0b0
}

@media screen and (max-width:1400px) {

    .form .contact-us .contact-form form div .drop-down_option,
    .form .contact-us .contact-form form div input {
        max-width: 100%
    }
}

.form .contact-us .contact-form form .form-button,
.form .contact-us .contact-form form button {
    border-radius: 22.5px;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #ac373b;
    padding: 15px 50px;
    border: none
}

.form .contact-us .contact-form .comment {
    width: 100%
}

.form .contact-us .contact-form .comment textarea {
    width: 100%;
    height: 250px;
    padding: 14px 16px;
    margin-top: 1rem;
    color: #b0b0b0
}

.form .contact-us .contact-info {
    max-width: 355px;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac373b), to(#780e13));
    background-image: linear-gradient(180deg, #ac373b, #780e13);
    border-radius: 2rem;
    margin-bottom: 1.25rem;
    padding: 2.125rem 2.125rem 4rem 3rem
}

@media screen and (max-width:992px) {
    .form .contact-us .contact-info {
        margin-top: 1.5rem;
        max-width: 100%
    }
}

@media screen and (max-width:576px) {
    .form .contact-us .contact-info {
        padding: 2rem 1.5rem
    }
}

@media screen and (max-width:992px) {
    .form .contact-us .contact-info {
        margin-top: 5rem
    }
}

.form .contact-us .contact-info h6 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 12px;
    font-size: 1.125rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px
}

.form .contact-us .contact-info p {
    color: #fff;
    text-align: left
}

.form .contact-us .contact-info .email {
    padding-top: 2.25rem;
    padding-bottom: 3.75rem
}

@media screen and (max-width:768px) {
    .form .contact-us .contact-info .email {
        padding-top: 1.25rem;
        padding-bottom: 2.25rem
    }
}

.form .contact-us .contact-info p a {
    color: #fff
}

.form .contact-us .contact-info p a:hover {
    color: #d8d8d8
}

.form.single-form-template {
    max-width: 57rem
}

.form.form-template h2 {
    font-size: 2.25rem;
    line-height: 2.5625rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600
}

.form.form-template .contact-us .contact-info {
    padding-top: 0;
    background-image: none
}

.form.form-template .contact-us .contact-info h6 {
    color: #1a1919
}

.form.form-template .contact-us .contact-info p {
    color: #585858
}

.form.form-template .contact-us .contact-info p a {
    color: #76be43;
    -webkit-transition: all .3 ease-in;
    transition: all .3 ease-in
}

.form.form-template .contact-us .contact-info p a:hover {
    text-decoration: underline
}

.form.form-template .contact-us .form-button {
    background-color: #76be43 !important
}

#preview-login {
    position: fixed;
    top: 50vh;
    left: 50vw;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#preview-login label {
    display: block;
    margin: 0 0 1.5rem
}

#preview-login label.checkbox {
    display: -webkit-box;
    display: flex !important
}

#preview-login label .field-label {
    font-size: .875rem
}

#preview-login .form-row.buttons input {
    margin-bottom: 0;
    padding: .375rem
}

.products .row {
    width: 100%;
    overflow: hidden
}

.products .column {
    position: relative;
    height: 718px;
    padding: 0
}

@media screen and (max-width:1260px) {
    .products .column {
        max-height: 500px
    }
}

.products .column:first-child .shadow {
    background: -webkit-gradient(linear, left top, left bottom, from(#4283a5), to(#122839));
    background: linear-gradient(#4283a5, #122839)
}

.products .column:nth-child(2) .shadow {
    background: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#000));
    background: linear-gradient(#494949, #000)
}

.products .column:nth-child(3) .shadow {
    background: -webkit-gradient(linear, left top, left bottom, from(#426c3f), to(#121d11));
    background: linear-gradient(#426c3f, #121d11)
}

.products .column h4 {
    padding: 15px 0 53px;
    width: 352px;
    max-width: 100%;
    height: 160px
}

@media screen and (max-width:576px) {
    .products .column h4 {
        max-width: 270px
    }
}

.products .column img {
    width: 100%;
    height: 718px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1260px) {
    .products .column img {
        width: 100%;
        max-height: 500px
    }
}

.products .column .product-details {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.products .column .product-details .button a,
.products .column .product-details .search-results form button a,
.search-results form .products .column .product-details button a {
    width: 250px
}

.products .column .product-details .product-heading {
    color: #fff;
    font-size: 5rem;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal
}

@media screen and (max-width:1260px) {
    .products .column .product-details .product-heading {
        font-size: 3.3125rem;
        line-height: 55px
    }
}

@media screen and (max-width:992px) {
    .products .column .product-details .product-heading {
        font-size: 2.5rem;
        line-height: 40px
    }
}

.products .column .product-details .product-subheading {
    color: #fff
}

.products .column .product-details .product-logo {
    max-width: 18rem;
    height: 100px;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    margin-top: 4rem
}

@media screen and (max-width:992px) {
    .products .column .product-details .product-logo {
        margin-top: 2rem
    }
}

.products .row:after {
    content: "";
    clear: both;
    display: table
}

.products .products-tagline {
    background-color: #000;
    text-align: center;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 300
}

.products .products-tagline p {
    padding: 20px;
    font-size: 1.25rem;
    color: #fff !important
}

.about-micromatic {
    position: relative;
    min-height: 110vh;
    overflow: hidden;
    padding-top: 3rem;
    padding-bottom: 7rem;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (max-width:992px) {
    .about-micromatic {
        padding-bottom: 4rem
    }
}

.about-micromatic:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, .3)), to(hsla(0, 0%, 93.7%, .3)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 98%, .3), hsla(0, 0%, 93.7%, .3));
    width: 100%;
    height: 100%;
    z-index: -1
}

.about-micromatic .about-micromatic-bg {
    position: absolute;
    width: 100%;
    z-index: -2;
    top: -10%;
    left: 0
}

.about-micromatic .about-micromatic-bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.about-timeline {
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 2rem;
    padding-top: 2rem;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

@media(min-width:60rem) {
    .about-timeline {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
        padding-bottom: 5rem;
        padding-top: 4rem
    }
}

.about-timeline:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    order: -1
}

@media screen and (max-width:768px) {
    .about-timeline .about-timeline_details {
        padding-left: 8%;
        padding-right: 8%
    }
}

.about-timeline .about-timeline_details_left {
    padding-left: 5%
}

.about-timeline .about-timeline_details_right {
    padding-right: 5%
}

.about-timeline .about-timeline_details p {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    max-width: 28.625rem;
    margin-left: 0
}

@media screen and (max-width:1260px) {
    .about-timeline .about-timeline_details p {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.about-timeline .about-timeline_image {
    position: relative;
    margin-bottom: 5rem
}

@media screen and (min-width:60rem) {
    .about-timeline .about-timeline_image {
        margin-bottom: 2rem
    }
}

@media screen and (max-width:768px) {
    .about-timeline .about-timeline_image_right {
        -webkit-box-ordinal-group: 0;
        order: -1
    }
}

.about-timeline .about-timeline_image .about-timeline_image-1 {
    width: 762px;
    height: 762px
}

@media screen and (max-width:1400px) {
    .about-timeline .about-timeline_image .about-timeline_image-1 {
        width: 500px;
        height: 500px
    }
}

@media screen and (max-width:1260px) {
    .about-timeline .about-timeline_image .about-timeline_image-1 {
        width: 380px;
        height: 380px
    }
}

@media screen and (max-width:576px) {
    .about-timeline .about-timeline_image .about-timeline_image-1 {
        width: 270px;
        height: 270px;
        padding: .5rem
    }
}

.about-timeline .about-timeline_image .about-timeline_image-1 img {
    padding: 1.25rem;
    border: 3px solid #ac373b;
    border-radius: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 762px
}

@media screen and (max-width:1400px) {
    .about-timeline .about-timeline_image .about-timeline_image-1 img {
        width: 500px
    }
}

@media screen and (max-width:1260px) {
    .about-timeline .about-timeline_image .about-timeline_image-1 img {
        width: 380px
    }
}

@media screen and (max-width:576px) {
    .about-timeline .about-timeline_image .about-timeline_image-1 img {
        width: 270px
    }
}

.about-timeline .about-timeline_image .about-timeline_image-1 .img-border-secondary {
    border: 3px solid #003b5d
}

.about-timeline .about-timeline_image .about-timeline_image-1 .img-border-teritary {
    border: 3px solid #018000
}

.about-timeline .about-timeline_image .about-timeline_image-2 {
    position: absolute;
    bottom: -8.5%;
    width: 410px;
    height: 410px
}

@media screen and (max-width:1400px) {
    .about-timeline .about-timeline_image .about-timeline_image-2 {
        width: 270px;
        height: 270px
    }
}

@media screen and (max-width:1260px) {
    .about-timeline .about-timeline_image .about-timeline_image-2 {
        width: 240px;
        height: 240px
    }
}

@media screen and (max-width:576px) {
    .about-timeline .about-timeline_image .about-timeline_image-2 {
        width: 200px;
        height: 200px
    }
}

.about-timeline .about-timeline_image .about-timeline_image-2_right {
    left: -12%
}

@media screen and (max-width:768px) {
    .about-timeline .about-timeline_image .about-timeline_image-2_right {
        right: -12%;
        left: auto
    }
}

.about-timeline .about-timeline_image .about-timeline_image-2_left {
    right: -12%
}

.about-timeline .about-timeline_image .about-timeline_image-2 img {
    height: 100%;
    border: 3px solid #fff;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 410px
}

@media screen and (max-width:1400px) {
    .about-timeline .about-timeline_image .about-timeline_image-2 img {
        width: 270px
    }
}

@media screen and (max-width:1260px) {
    .about-timeline .about-timeline_image .about-timeline_image-2 img {
        width: 240px
    }
}

@media screen and (max-width:576px) {
    .about-timeline .about-timeline_image .about-timeline_image-2 img {
        width: 200px
    }
}

.img-left {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

@media(min-width:60rem) {
    .img-left {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
}

.quote {
    padding: 2.5rem 15% 2.344rem;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    max-width: 92.5rem;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .quote {
        padding: 1rem 5% 2rem
    }
}

.quote .quote-icon img {
    width: 4rem
}

@media screen and (max-width:576px) {
    .quote .quote-icon img {
        max-width: 2rem;
        height: auto
    }
}

@media(min-width:992px) {
    .quote .quote-icon img {
        width: 7rem
    }
}

.quote p {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 43px;
    font-style: italic;
    padding-left: 1.75rem
}

@media screen and (max-width:1260px) {
    .quote p {
        font-size: 1.1rem;
        line-height: 28px
    }
}

@media screen and (max-width:576px) {
    .quote p {
        padding-left: 1rem;
        font-size: 1rem
    }
}

.automatic-system {
    position: relative;
    padding-top: 3.563rem;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .automatic-system {
        padding-left: 15px;
        padding-right: 15px
    }
}

.automatic-system p {
    max-width: 53.25rem;
    margin: 0 auto;
    padding-bottom: 2.125rem;
    padding-top: .813rem;
    text-align: center
}

.automatic-system .automatic-system-img img {
    border: 3px solid #018000 !important
}

.automatic-system .about-timeline_details_right p {
    text-align: left
}

.automatic-system .about-timeline_details_left {
    text-align: right
}

@media screen and (max-width:992px) {
    .automatic-system .about-timeline_details_left {
        text-align: left
    }
}

.automatic-system .about-timeline_details_left .heading-underline_tertiary:after {
    right: 0;
    left: auto
}

@media screen and (max-width:992px) {
    .automatic-system .about-timeline_details_left .heading-underline_tertiary:after {
        left: 0
    }
}

.automatic-system .about-timeline_details_left p {
    text-align: right
}

@media screen and (max-width:767px) {
    .automatic-system .about-timeline_details_left p {
        text-align: left
    }
}

.help-section {
    padding: 2rem 10%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#780e13), to(#ac373b));
    background-image: linear-gradient(90deg, #780e13, #ac373b)
}

@media screen and (min-width:768px) {
    .help-section {
        padding: 2.188rem 10% 2.625rem
    }
}

@media screen and (max-width:992px) {
    .help-section {
        -webkit-box-align: center;
        align-items: center
    }
}

.help-section .help-left-block {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (max-width:768px -1) {
    .help-section .help-left-block {
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:768px -1) {
    .help-section .help-left-block .help-section-image img {
        padding-right: 0;
        margin: 0 auto
    }
}

.help-section .help-section-image {
    margin-bottom: -3rem;
    margin-right: -1%
}

@media screen and (max-width:992px) {
    .help-section .help-section-image {
        margin-bottom: 1rem;
        margin-right: 0
    }
}

.help-section .help-section-image img {
    min-width: 15.313rem;
    height: 8.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    padding-right: 2rem
}

@media screen and (max-width:768px) {
    .help-section .help-section-image img {
        padding-right: 0
    }
}

.help-section h2 {
    text-align: left;
    color: #fff
}

@media screen and (max-width:992px) {
    .help-section h2 {
        text-align: center
    }
}

.help-section p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    max-width: 39.75rem;
    text-align: left;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .help-section p {
        text-align: center
    }
}

.help-section .button,
.help-section .search-results form button,
.search-results form .help-section button {
    margin-left: 2rem
}

@media screen and (max-width:576px) {

    .help-section .button,
    .help-section .search-results form button,
    .search-results form .help-section button {
        margin-left: 0
    }
}

.help-section .button_light {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

.help-section .button_light img {
    padding-left: 1.5rem
}

.help-section .button_light svg {
    margin-left: 1.5rem
}

.help-section .button_light:hover {
    background-color: #979797
}

@media screen and (max-width:992px) {

    .help-section .button,
    .help-section .search-results form button,
    .search-results form .help-section button {
        margin-top: 2rem
    }
}

.about-rotary-section {
    padding: 5.938rem 6.25rem 4.5rem;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (max-width:992px) {
    .about-rotary-section {
        padding: 4rem 10% 3rem
    }
}

.about-rotary-section .inner-page_heading {
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .about-rotary-section .inner-page_heading {
        margin-bottom: 3.5rem
    }
}

.about-rotary-section .about-rotary {
    max-width: 48.25rem;
    margin-right: 5.625rem
}

@media screen and (max-width:992px) {
    .about-rotary-section .about-rotary {
        margin-right: 0
    }
}

.about-rotary-section .about-rotary img {
    margin-bottom: 4.313rem;
    border-radius: 1.875rem;
    height: 28.125rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .about-rotary-section .about-rotary img {
        height: 200px;
        margin-bottom: 2rem
    }
}

.about-rotary-section .about-rotary p {
    padding-bottom: 2rem
}

.about-rotary-section .about-rotary h3 {
    padding-top: 1rem;
    font-size: 2.25rem
}

.about-rotary-section .about-rotary ul {
    margin: 0
}

.about-rotary-section .about-rotary ul li {
    color: #333;
    font-weight: 600;
    max-width: 48.25rem;
    line-height: 29px
}

.about-rotary-section .product-features {
    max-width: 355px;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac373b), to(#780e13));
    background-image: linear-gradient(180deg, #ac373b, #780e13);
    padding: 2.125rem 2.125rem .5rem 3rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
    min-width: 355px
}

@media screen and (max-width:992px) {
    .about-rotary-section .product-features {
        margin-top: 1.5rem;
        max-width: 100%
    }
}

@media screen and (max-width:576px) {
    .about-rotary-section .product-features {
        padding: 2rem 1.5rem
    }
}

.about-rotary-section .product-features_tertiary {
    background: -webkit-gradient(linear, left top, left bottom, from(#426c3f), to(#121d11));
    background: linear-gradient(180deg, #426c3f, #121d11)
}

@media screen and (max-width:992px) {
    .about-rotary-section .product-features {
        min-width: 150px
    }
}

@media screen and (max-width:992px) {
    .about-rotary-section .product-features li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.about-rotary-section .product-features h3,
.about-rotary-section .product-features p {
    color: #fff;
    padding-bottom: 1.2rem
}

.about-rotary-section .product-features img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-rotary-section .product-features p {
    padding-left: 13px
}

.automatic-system_sustainability {
    padding: 1.75rem 4.375rem 3.375rem
}

@media screen and (max-width:1260px) {
    .automatic-system_sustainability {
        padding-left: 5%;
        padding-right: 5%
    }
}

.automatic-system_sustainability p {
    max-width: 53.25rem;
    margin: 0 auto;
    padding-top: .813rem;
    text-align: center;
    padding-bottom: 2.625rem
}

.automatic-system_sustainability .automatic-system-models .automatic-system-models_image {
    padding-top: 1.188rem;
    padding-bottom: 1.188rem;
    position: relative;
    width: 36.563rem;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .automatic-system_sustainability .automatic-system-models .automatic-system-models_image {
        width: 100%
    }
}

.automatic-system_sustainability .automatic-system-models .automatic-system-models_image img {
    width: 36.563rem;
    height: 20.875rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.875rem
}

@media screen and (max-width:992px) {
    .automatic-system_sustainability .automatic-system-models .automatic-system-models_image img {
        width: 100%;
        height: auto;
        max-height: 20.875rem
    }
}

.automatic-system_sustainability .automatic-system-models .sub-heading {
    position: absolute;
    bottom: 2.313rem;
    left: 1.5rem
}

.general-about-page {
    padding: 7.438rem 4.375rem 4.625rem;
    max-width: 75rem;
    margin: 0 auto
}

@media screen and (max-width:1260px) {
    .general-about-page {
        padding-left: 5%;
        padding-right: 5%
    }
}

.general-about-page h2 {
    padding-bottom: 1.313rem;
    text-align: left
}

.general-about-page h3 {
    padding-top: 3.875rem;
    padding-bottom: 1.313rem
}

.general-about-page p {
    padding-bottom: 2rem
}

.location-section {
    padding: 1.75rem 10%
}

.location-section form {
    padding-top: 2.625rem;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:992px) {
    .location-section form {
        -webkit-box-align: center;
        align-items: center
    }
}

.location-section .filter-bar select {
    padding: .5rem
}

.location-section .location-directions {
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 2.75rem
}

.location-section .location-directions .location-address .location-directions-address {
    max-width: 31.25rem;
    width: 100%;
    padding-bottom: 4.625rem;
    margin: 0 auto
}

@media screen and (max-width:992px) {
    .location-section .location-directions .location-address .location-directions-address {
        text-align: center
    }
}

.location-section .location-directions .location-address .location-directions-address .location-name {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px
}

.location-section .location-directions .location-address .location-directions-address .location-name .name {
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width:992px) {
    .location-section .location-directions .location-address .location-directions-address .location-name .name {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.location-section .location-directions .location-address .location-directions-address .location-name .name h3 {
    font-size: 1.75rem
}

.location-section .location-directions .location-address .location-directions-address .location-name .name img {
    width: 1.5rem;
    height: 31px;
    margin-right: .938rem
}

.location-section .location-directions .location-address .location-directions-address p {
    font-weight: 400
}

.location-section .location-directions .location-address .location-directions-address p a {
    font-weight: 700
}

.location-section .location-directions .location-address p {
    padding-top: .688rem
}

.location-section .location-directions .location-map {
    text-align: center;
    width: 100%
}

.location-section .location-directions .location-map img {
    max-width: 100%;
    height: auto
}

.login-card {
    padding: 5.75rem 6.125rem;
    border: 1px solid #999;
    border-radius: 30px;
    max-width: 36.125rem;
    margin: 3.938rem auto
}

@media screen and (max-width:768px) {
    .login-card {
        padding: 10%;
        margin: 2rem auto
    }
}

@media screen and (max-width:576px) {
    .login-card {
        max-width: 20rem;
        padding: 10% 4%
    }
}

.login-card form {
    text-align: center
}

.login-card form .d-flex {
    padding-bottom: 1.875rem
}

@media screen and (max-width:992px) {
    .login-card form .d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.login-card form .email,
.login-card form .password {
    position: relative
}

.login-card form .email .email-text,
.login-card form .password .email-text {
    top: 0
}

.login-card form .email .password-text,
.login-card form .password .password-text {
    top: 4px
}

.login-card form .email .email-text,
.login-card form .email .password-text,
.login-card form .password .email-text,
.login-card form .password .password-text {
    position: absolute;
    left: 42px;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ccc;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: -1;
    top: 0
}

.login-card form input[type=password],
.login-card form input[type=text] {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ccc;
    background-color: transparent
}

.login-card form input[type=password]:focus~p.password-text,
.login-card form input[type=password]:not(:focus):valid~p.password-text,
.login-card form input[type=text]:focus~p.email-text,
.login-card form input[type=text]:not(:focus):valid~p.email-text {
    top: -20px;
    font-size: .625rem;
    line-height: .875rem
}

.login-card form input[type=text]::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ccc
}

.login-card form input[type=text]::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ccc
}

.login-card form input[type=text]::placeholder {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ccc
}

.login-card form .security {
    position: absolute;
    right: 0;
    top: -15px;
    display: -webkit-box;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .login-card form .security {
        right: 15rem;
        top: 35px
    }
}

.login-card form .security .security-level {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin: 2px;
    position: relative
}

.login-card form .security .security-level .security-level_good,
.login-card form .security .security-level .security-level_high,
.login-card form .security .security-level .security-level_low,
.login-card form .security .security-level .security-level_medium {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: none
}

.login-card form .security .security-level .security-level_good.valid,
.login-card form .security .security-level .security-level_high.valid,
.login-card form .security .security-level .security-level_low.valid,
.login-card form .security .security-level .security-level_medium.valid {
    display: block
}

.login-card form .security .security-level .security-level_low {
    background-color: #cd4146
}

.login-card form .security .security-level .security-level_low .alert-msg_heading {
    color: #cd4146
}

.login-card form .security .security-level .security-level_medium {
    background-color: #f9c466
}

.login-card form .security .security-level .security-level_medium .alert-msg_heading {
    color: #f9c466
}

.login-card form .security .security-level .security-level_good {
    background-color: #35acc1
}

.login-card form .security .security-level .security-level_good .alert-msg_heading {
    color: #35acc1
}

.login-card form .security .security-level .security-level_high {
    background-color: #76be43
}

.login-card form .security .security-level .security-level_high .alert-msg_heading {
    color: #76be43
}

.login-card form .security .security-level .security-alert-msg {
    position: absolute;
    border-radius: 3px;
    top: -18px;
    left: 19px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 10px 12px
}

.login-card form .security .security-level .security-alert-msg .pointer {
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -2px 1px 3px rgba(0, 0, 0, .1);
    box-shadow: -2px 1px 3px rgba(0, 0, 0, .1);
    top: 12px;
    left: -7px;
    background-color: #fff
}

.login-card form .security .security-level .security-alert-msg p {
    text-align: left;
    font-size: .75rem;
    line-height: 19px;
    color: #a1a1a1;
    font-weight: 400;
    width: 10rem
}

.login-card form .security .security-level .security-alert-msg .alert-msg_heading {
    font-size: .875rem !important;
    line-height: 17px;
    overflow: hidden;
    padding-bottom: 5px
}

.login-card form input {
    border: none;
    border-bottom: 1px solid #6a6a6a;
    width: 100%;
    margin-left: 1.063rem
}

@media screen and (max-width:768px) {
    .login-card form input {
        width: 80%
    }
}

.login-card form .form-button-red {
    max-width: 15.625rem;
    padding: .9rem 6rem;
    margin-top: 1rem;
    cursor: pointer
}

.login-card form .forget {
    padding-top: 2.563rem;
    -webkit-box-pack: center;
    justify-content: center
}

.login-card form .forget a {
    color: #003b5d;
    font-weight: 700;
    padding-left: .75rem;
    padding-right: .75rem
}

.about-modals {
    padding: 3.625rem 6.25rem 5.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around
}

@media screen and (max-width:1260px) {
    .about-modals {
        padding: 2.313rem 10%
    }
}

@media screen and (max-width:992px) {
    .about-modals {
        padding: 2.313rem 5%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:768px) {
    .about-modals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.about-modals .product-image {
    max-width: 37.5rem
}



.about-modals .product-details {
    max-width: 34.5rem
}

@media screen and (max-width:992px) {
    .about-modals .product-details {
        max-width: 100%;
        padding-top: 1rem
    }
}

.about-modals .product-details .inner-page_heading,
.about-modals .product-details h2 {
    text-align: left
}

.about-modals .product-details .product-additonal_details {
    padding-top: 4.125rem
}

@media screen and (max-width:1360px) {
    .about-modals .product-details .product-additonal_details {
        padding-top: 1.5rem
    }
}

@media screen and (max-width:992px) {
    .about-modals .product-details .product-additonal_details .d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media screen and (max-width:768px) {
    .about-modals .product-details .product-additonal_details .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.about-modals .product-details .product-additonal_details h3 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 30px;
    font-weight: 400
}

@media screen and (max-width:992px) {
    .about-modals .product-details .product-additonal_details h3 {
        line-height: 25px;
        font-size: 1.5rem;
        padding-bottom: 1rem
    }
}

.about-modals .product-details .product-additonal_details .product-series {
    width: 100%;
    max-width: 16rem;
    padding-right: 15px
}

@media screen and (max-width:992px) {
    .about-modals .product-details .product-additonal_details .product-series {
        padding-right: 0
    }
}

.about-modals .product-details .product-additonal_details .product-series h4 {
    padding-top: 1.188rem;
    color: #333;
    line-height: 26px;
    font-weight: 400;
    font-family: Bebas Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem
}

@media screen and (max-width:1360px) {
    .about-modals .product-details .product-additonal_details .product-series h4 {
        font-size: 1.25rem;
        padding-top: .5rem
    }
}

@media screen and (max-width:992px) {
    .about-modals .product-details .product-additonal_details .product-series h4 {
        line-height: 16px;
        font-size: 1rem;
        padding-bottom: 1rem
    }
}

.about-modals .product-details .product-additonal_details .product-series img {
    width: 100%
}

@media screen and (max-width:768px) {
    .about-modals .product-details .product-additonal_details .product-series {
        max-width: 100%
    }
}

.modal-application {
    padding: 2.313rem 16.375rem 3.125rem;
    background-color: #e6e7e8;
    border-top: 2px solid #0d3653;
    border-bottom: 2px solid #0d3653
}

@media screen and (max-width:1260px) {
    .modal-application {
        padding: 2.313rem 10% 3.125rem
    }
}

@media screen and (max-width:992px) {
    .modal-application {
        padding: 2.313rem 5% 3.125rem
    }
}

.modal-application h2 span {
    font-size: 5rem
}

@media screen and (max-width:992px) {
    .modal-application h2 span {
        font-size: 3.3125rem
    }
}

@media screen and (max-width:576px) {
    .modal-application h2 span {
        font-size: 2.5rem
    }
}

.modal-application .modal-application_images {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem
}

@media screen and (max-width:992px) {
    .modal-application .modal-application_images {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.modal-application .modal-application_images .column {
    width: 25%;
    padding-top: 1.875rem
}

@media screen and (max-width:768px) {
    .modal-application .modal-application_images .column {
        width: 33.33%
    }
}

@media screen and (max-width:576px) {
    .modal-application .modal-application_images .column {
        width: 50%
    }
}

.modal-application .modal-application_images .column img {
    width: auto;
    height: 156px
}

.about-mp {
    padding: 2.813rem 6.25rem 2.25rem;
    justify-content: space-around
}

@media screen and (max-width:1260px) {
    .about-mp {
        padding: 2.313rem 10%
    }
}

@media screen and (max-width:992px) {
    .about-mp {
        padding: 2.313rem 5%
    }
}

.about-mp .about-mp_details {
    max-width: 34.563rem
}

@media screen and (max-width:1260px) {
    .about-mp .about-mp_details {
        max-width: 100%
    }
}

.about-mp .about-mp_details p {
    padding-bottom: 3.125rem;
    padding-top: 1.5rem
}

.about-mp .about-mp_image {
    width: 50%
}

@media screen and (max-width:1260px) {
    .about-mp .about-mp_image {
        width: 100%;
        padding-top: 1rem
    }
}

.about-mp .about-mp_image img {
    width: 100%
}

.rotary-force {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width:1260px) {
    .rotary-force {
        padding-left: 5%;
        padding-right: 5%
    }
}

.rotary-force.content.block {
    padding: 5.063rem 2rem 2.188rem
}

@media screen and (max-width:1400px)and (min-width:768px) {
    .rotary-force.content.block {
        padding: 5.063rem 6.25rem 2.188rem
    }
}

.rotary-force iframe,
.rotary-force video {
    min-width: 43.75rem;
    height: 28.125rem;
    border-radius: 3.875rem;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1400px) {

    .rotary-force iframe,
    .rotary-force video {
        min-width: 30rem;
        height: 20rem
    }
}

@media screen and (max-width:992px) {

    .rotary-force iframe,
    .rotary-force video {
        min-width: auto;
        height: auto;
        max-width: 43.75rem;
        margin-bottom: 20px;
        border-radius: 0
    }
}

.rotary-force .inner-page_heading {
    text-align: left;
    font-size: 2.813rem;
    padding-bottom: 1.5rem;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .rotary-force .inner-page_heading {
        line-height: 50px
    }
}

.sustainability {
    padding: 3.25rem 6.188rem 4.375rem
}

@media screen and (max-width:1260px) {
    .sustainability {
        padding: 2rem 5% 3rem
    }
}

.sustainability p {
    max-width: 53.25rem;
    margin: 0 auto;
    padding-bottom: 2.125rem;
    padding-top: .813rem
}

.sustainability .sustainability-steps {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: flex;
    -webkit-align-self: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media screen and (max-width:992px) {
    .sustainability .sustainability-steps {
        padding-top: 10px;
        padding-bottom: 2rem
    }
}

.sustainability .sustainability-steps:nth-of-type(2n) .sustainability-details {
    text-align: right;
    -webkit-box-ordinal-group: 0;
    order: -1
}

@media screen and (max-width:992px) {
    .sustainability .sustainability-steps:nth-of-type(2n) .sustainability-details {
        -webkit-box-ordinal-group: 1;
        order: 0;
        text-align: left
    }
}

.sustainability .sustainability-steps:nth-of-type(2n) .sustainability-details .heading-underline:after {
    left: auto;
    right: 0
}

@media screen and (max-width:992px) {
    .sustainability .sustainability-steps:nth-of-type(2n) .sustainability-details .heading-underline:after {
        right: auto;
        left: 0
    }
}

.sustainability .sustainability-steps:nth-of-type(2n) .sustainability-details p {
    text-align: right
}

@media screen and (max-width:992px) {
    .sustainability .sustainability-steps:nth-of-type(2n) .sustainability-details p {
        text-align: left
    }
}

.sustainability .sustainability-steps .sustainability-image {
    max-width: 43.938rem;
    height: auto
}

.sustainability .sustainability-steps .sustainability-image img {
    border-radius: 1.875rem;
    min-height: 450px;
    max-height: 550px
}

.sustainability .sustainability-steps .sustainability-details {
    max-width: 28.625rem
}

.sustainability .sustainability-steps .sustainability-details__center,
.sustainability .sustainability-steps .sustainability-details__center p {
    text-align: center !important
}

@media screen and (max-width:1260px) {
    .sustainability .sustainability-steps .sustainability-details {
        max-width: 43.938rem
    }
}

@media screen and (max-width:1260px) {
    .sustainability .sustainability-steps .sustainability-details .heading-underline {
        padding-bottom: 10px;
        padding-top: 1rem
    }
}

.sustainability .sustainability-steps .sustainability-details p {
    text-align: left;
    padding-top: 2.5rem
}

@media screen and (max-width:1260px) {
    .sustainability .sustainability-steps .sustainability-details p {
        padding-top: 1rem
    }
}

.sustainability .sustainability-steps .sustainability-details a.cta {
    text-transform: uppercase
}

.search-results {
    max-width: 82rem;
    padding: 0 1rem;
    margin: 5rem auto
}

.search-results form {
    display: -webkit-box;
    display: flex;
    margin-bottom: 1.5rem
}

.search-results form label {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.search-results form label input {
    outline: none;
    width: 100%;
    padding: 1rem;
    border: 1px solid #d8d8d8;
    border-right: 0;
    border-radius: 0
}

.search-results form button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    padding: 1rem 1.5rem;
    border-radius: 0
}

.search-results form button:hover {
    color: #fff;
    border: 0;
    background-color: #780e13
}

.search-results .page {
    margin-bottom: 1.5rem
}

.search-results header {
    background-color: transparent;
    font-size: 1.25rem
}

.search-results.distributor-pricing form {
    flex-wrap: wrap
}

@media(min-width:45rem) {
    .search-results.distributor-pricing form {
        flex-wrap: nowrap
    }
}

.search-results.distributor-pricing form label {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    margin-bottom: .75rem
}

.search-results.distributor-pricing form label input {
    border-right: 1px solid #d8d8d8
}

@media(min-width:45rem) {
    .search-results.distributor-pricing form label {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        margin-right: .75rem;
        margin-bottom: 0
    }
}

.search-results.distributor-pricing form button {
    -webkit-box-flex: 1;
    flex: 1 1 100%
}

@media(min-width:45rem) {
    .search-results.distributor-pricing form button {
        -webkit-box-flex: 0;
        flex: 0 0 auto
    }
}

.distributor-pricing-results {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.distributor-pricing-results>* {
    display: block;
    width: calc(100% - 1.5rem);
    margin-right: .75rem;
    margin-left: .75rem;
    margin-bottom: 1.5rem
}

@media(min-width:54rem) {
    .distributor-pricing-results>* {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(49.9975% - 1.49993rem);
        max-width: calc(49.9975% - 1.49993rem)
    }
}

@supports(display:grid) {
    .distributor-pricing-results {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
        margin-left: 0
    }

    @media(min-width:54rem) {
        .distributor-pricing-results {
            grid-template-columns: 1fr 1fr
        }
    }

    .distributor-pricing-results>* {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

@supports(display:grid) {

    .distributor-pricing-results .no-results,
    .distributor-pricing-results .result-count {
        grid-column: -1/1
    }
}

.distributor-pricing-results .page {
    margin-bottom: 0;
    padding: 1.25rem;
    border: 1px solid #ddd
}

.distributor-pricing-results .page p {
    margin: 0
}

.distributor-pricing-results .page p.common-replacement-parts {
    display: none;
    margin: .5rem 0 .5rem .5rem;
    padding-left: .5rem;
    border-left: 4px solid #ac373b
}

.distributor-pricing-results .page p.common-replacement-parts.is-shown {
    display: block
}

.employee-detail-page {
    max-width: 70rem;
    margin: 0 auto;
    padding: 11.813rem 5%;
    position: relative;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width:1450px) {
    .employee-detail-page {
        padding: 4rem 5%
    }
}

.employee-detail-page .close {
    position: absolute;
    top: 3.75rem;
    right: -10%
}

@media screen and (max-width:992px) {
    .employee-detail-page .close {
        right: 10%;
        top: 1.75rem
    }
}

.employee-detail-page .employee-profile .employee-image img {
    width: 18.75rem;
    height: 17.75rem;
    -o-object-fit: cover;
    object-fit: cover
}

.employee-detail-page .employee-profile .employee-profile-details {
    padding-left: 3.375rem;
    max-width: 33.875rem;
    width: 100%
}

@media screen and (max-width:992px) {
    .employee-detail-page .employee-profile .employee-profile-details {
        padding-left: 0
    }
}

.employee-detail-page .employee-profile .employee-profile-details h2 {
    font-size: 2.5rem;
    color: #333;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 45px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize
}

.employee-detail-page .employee-profile .employee-profile-details p {
    padding-top: 0;
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d6d6d6
}

.employee-detail-page .employee-profile .employee-profile-details .employee-contact {
    -webkit-box-align: center;
    align-items: center;
    padding-top: 2rem
}

@media screen and (max-width:992px) {
    .employee-detail-page .employee-profile .employee-profile-details .employee-contact {
        -webkit-box-align: start;
        align-items: flex-start
    }
}

.employee-detail-page .employee-profile .employee-profile-details .employee-contact .contact-details {
    -webkit-box-align: center;
    align-items: center;
    padding-right: 2rem
}

@media screen and (max-width:992px) {
    .employee-detail-page .employee-profile .employee-profile-details .employee-contact .contact-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        padding-bottom: 10px
    }
}

.employee-detail-page .employee-profile .employee-profile-details .employee-contact .contact-details a {
    color: #666;
    padding-left: 11px
}

.employee-detail-page .employee-profile .employee-profile-details .employee-contact .contact-details a:hover {
    text-decoration: underline
}

.employee-detail-page p {
    color: #666;
    padding-top: 2.875rem;
    line-height: 26px;
    padding-bottom: 3.188rem
}

.single-page,
.territory-manager {
    padding: 4.063rem 0;
    max-width: 75rem;
    margin: 0 auto
}

@media screen and (max-width:992px) {

    .single-page,
    .territory-manager {
        padding: 2rem 5%
    }
}

.single-page .date,
.territory-manager .date {
    font-size: 1.25rem;
    font-weight: 700;
    color: #6a6a6a;
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-align: center
}

.single-page .job-details,
.territory-manager .job-details {
    padding: 0 1rem
}

.single-page .job-details p,
.territory-manager .job-details p {
    margin: 1rem 0
}

.single-page .job-details h3,
.single-page .job-details h4,
.territory-manager .job-details h3,
.territory-manager .job-details h4 {
    margin: 2rem 0
}

.single-page .links,
.territory-manager .links {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 2rem
}

.search-results form .single-page .links button,
.search-results form .territory-manager .links button,
.single-page .links .button,
.single-page .links .search-results form button,
.territory-manager .links .button,
.territory-manager .links .search-results form button {
    margin: 0 .625rem;
    width: 11.063rem
}

@media screen and (max-width:576px) {

    .search-results form .single-page .links button,
    .search-results form .territory-manager .links button,
    .single-page .links .button,
    .single-page .links .search-results form button,
    .territory-manager .links .button,
    .territory-manager .links .search-results form button {
        margin-top: .625rem
    }
}

@media screen and (max-width:576px) {

    .single-page .links,
    .territory-manager .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.layout-section {
    padding: 6.625rem 4.375rem 2rem;
    max-width: 75rem;
    margin: 0 auto
}

@media screen and (max-width:1260px) {
    .layout-section {
        padding-left: 5%;
        padding-right: 5%
    }
}

.layout-section .layout-para,
.layout-section h1 {
    padding-bottom: 1.75rem;
    max-width: 49.5rem;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize
}

.layout-section p {
    padding-bottom: 3.75rem
}

.layout-section h2,
.layout-section h3 {
    padding-top: 1.75rem;
    color: #212b36;
    text-align: left;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: capitalize
}